Skip to content

Commit

Permalink
Updating OpenAL-Soft lib version from 1.23.1 to 1.24.1 in build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer committed Dec 7, 2024
1 parent 9be8da2 commit 1bc6049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot_Episode/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os_name=$(uname)

if [[ $os_name == *"Darwin"* ]]; then
additional_flags="-I../../lib \
-I/opt/homebrew/opt/openal-soft/include -L/opt/homebrew/opt/openal-soft/lib -lopenal.1.23.1"
-I/opt/homebrew/opt/openal-soft/include -L/opt/homebrew/opt/openal-soft/lib -lopenal.1.24.1"
else
additional_flags="-I../../lib"
export BUILD_PKG_CONFIG_MODULES='openal'
Expand Down

0 comments on commit 1bc6049

Please sign in to comment.