diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-10-01 11:52:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 11:52:05 -0400 |
commit | 56fbc6a87ff807fd2be3607cd2ca423030032c5b (patch) | |
tree | 04f08cc06a0a4135054015e40a7dbcae182a9f25 /autobuild.xml | |
parent | f3df004180ce9494d9d0e8b6d4841b226b2a3a53 (diff) | |
parent | 0e0b9eb3b397b213bc6f268eb1690c4794cf3ed3 (diff) |
Merge branch 'develop' into rye/continued-sdl-cleanup
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index f0f96f025a..4f70212fa8 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3204,7 +3204,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-G</string> <string>Ninja</string> - <string>-DLL_TESTS=Off</string> + <string>-DUSE_OPENAL:BOOL=ON</string> </array> <key>arguments</key> <array> @@ -3229,8 +3229,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-G</string> <string>Ninja</string> - <string>-DLL_TESTS=Off</string> - <string>-DUSE_OPENAL=On</string> + <string>-DUSE_OPENAL:BOOL=ON</string> </array> </map> <key>build</key> |