Fix MSYS2 GitHub action#20
Conversation
|
https://github.com/EmbeddedSynth/sonivox/actions/runs/21965245212/job/63453251386?pr=20 At Configure CMake step:
Does it actually work? If not, cygpath should also be used for DEPENDENCY_DIRS. |
|
Thanks for the heads up!
The NSIS installer program created by cpack does indeed work: but anyway, I've pushed another commit transforming DEPENDENCY_DIRS with cygpath. This is used by CMake to resolve dependencies (in this case, zlib only) and I believe that works even if not specified or invalid, because it is in the $PATH. |

Description
Avoid overriding TEMP environment variable; transform msys2 TEMP using cygpath.
Related Issues
Closes #18
Checklist