openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

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

Closed danoli3 closed 3 days ago

danoli3 commented 3 days ago

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 commented 3 days ago

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 commented 3 days ago

More to fix with ARM64EC to follow