Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download_libs [2.6.1 ~ 2.6.2] Fix issue for latest #8199

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Nov 18, 2024

Fix error of download libs nightly instead of latest download

download_libs [2.6.1 ~ 2.6.2]


  [downloader] [cURL] urls:[https://github.com/openframeworks/apothecary/releases/download/nightly/openFrameworksLibs_latest_macos_1.tar.bz2 -o openFrameworksLibs_latest_macos_1.tar.bz2 https://github.com/openframeworks/apothecary/releases/download/nightly/openFrameworksLibs_latest_macos_2.tar.bz2 -o openFrameworksLibs_latest_macos_2.tar.bz2 https://github.com/openframeworks/apothecary/releases/download/nightly/openFrameworksLibs_latest_macos_3.tar.bz2 -o openFrameworksLibs_latest_macos_3.tar.bz2] args:[--retry-all-errors --remove-on-error -Z  ]

https://github.com/openframeworks/apothecary/releases/download/**nightly**/openFrameworksLibs_**latest**_macos_...

mismatch of Tags

@danoli3
Copy link
Member Author

danoli3 commented Nov 19, 2024

VS2022 changes to C++ Modules in recent update (on actions and local)

Requires this change

The /Z7 flag in Visual Studio is used to enable C7-compatible debugging information and embeds this information directly into the object files. This can be useful for builds that don’t require generating separate .pdb files but still need debugging capabilities.

@danoli3
Copy link
Member Author

danoli3 commented Nov 19, 2024

More to fix with ARM64EC to follow

@danoli3 danoli3 merged commit 16d34a0 into openframeworks:master Nov 19, 2024
11 of 15 checks passed
@danoli3 danoli3 self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant