diff options
| author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 23:01:00 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 23:01:00 +0200 | 
| commit | 34b5c5e89066171a3b98c58edc1185559ebcc75e (patch) | |
| tree | 4b7540c3d8895af922411a1d40003df2786a6a03 | |
| parent | 5994ca8531e51534c83f737a0962471e55f14167 (diff) | |
Switch to USE_OPENAL
| -rw-r--r-- | autobuild.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 3b9eaa0ff0..c1277bf2d3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3129,7 +3129,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>                    <string>${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}</string>                    <string>-DINSTALL_PROPRIETARY=FALSE</string>                    <string>-DUSE_KDU=FALSE</string> -                  <string>-DOPENAL:BOOL=ON</string> +                  <string>-DUSE_OPENAL:BOOL=ON</string>                  </array>                </map>                <key>name</key> @@ -3200,7 +3200,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>                    <string>-DUNATTENDED:BOOL=ON</string>                    <string>-DINSTALL_PROPRIETARY=FALSE</string>                    <string>-DUSE_KDU=FALSE</string> -                  <string>-DOPENAL:BOOL=ON</string> +                  <string>-DUSE_OPENAL:BOOL=ON</string>                  </array>                </map>                <key>name</key> | 
