diff options
author | Kitty Barnett <develop@catznip.com> | 2024-10-02 00:34:51 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2024-10-02 00:34:51 +0200 |
commit | 48b34e07ef33965edcc38006082be01ed7ed239d (patch) | |
tree | dc236a74a900921ab1fae039f655f1cb9aca7b6c /autobuild.xml | |
parent | 689f723a5f314ffa0f54c0e50a51cbe464b36ccf (diff) | |
parent | 002a81ccf5a64fd08e29811a6edea36f2e0408be (diff) |
Merge branch 'develop' into rlva/base
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> |