ValveSoftware / steam-audio

Steam Audio
https://valvesoftware.github.io/steam-audio/
Apache License 2.0
2.2k stars 152 forks source link

Fix get_dependencies.py failing to build flatbuffers (tested on macOS) #332

Closed danra closed 3 months ago

danra commented 3 months ago

Due to a -Wunused-but-set-variable warning (and -Werror) in flatbuffers/src/flatbuffers/src/idl_gen_rust.cpp:409

get_dependencies.py is apparently aware of the issue but DCMAKE_C[XX]_FLAGS are defined twice in dependencies.json for flatbuffers, the second time apparently overriding the first.