ValveSoftware / steam-audio

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

Script need to handle dependency folder name "lib64" / or rename to "lib" #352

Closed jkammerland closed 1 month ago

jkammerland commented 1 month ago

Fedora 40

Have to rename /MyPath/steam-audio/core/deps-build/mysofa/install/linux-x64/lib64

to

/MyPath/steam-audio/core/deps-build/mysofa/install/linux-x64/lib

and rerun "python get_dependencies.py -p linux -a x64"

For it to find mysofa correctly. The script expects just "lib", while on my system the build produce a lib64 folder.