Radnyx

Results 2 comments of Radnyx

Not sure if the ThorVG shipped with `4.3.stable` still requires `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR`. So here's a one-liner that defines it before building: In `platform/windows/detect.py`: ```diff env.AppendUnique( CPPDEFINES=[ + "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR", "WINDOWS_ENABLED", "WASAPI_ENABLED", "WINMIDI_ENABLED",...

> Neither [@akien-mga](https://github.com/akien-mga) 's nor [@Radnyx](https://github.com/Radnyx) diffs (which contradict each other, one removes the define, the other adds it) fix the issue on the windows runners. [@akien-mga](https://github.com/akien-mga) 's diff fixes...