diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-13 21:44:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-14 13:34:07 +0200 |
commit | b99fcdb30ab65be55aefadaa187849525f189500 (patch) | |
tree | 8c51cfec81b2161b6a6477e693bbd6d543ee878a /autobuild.xml | |
parent | 1b78d59dc118f6acd20b58c64ba4b197c0a4eac4 (diff) |
SL-12707 Build Fails Without FMOD
Also adds correct working directory to RelWithDebInfoOS and enables OpenAl on OS builds for windows
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 1f1db48bdc..6b2baf9351 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3840,9 +3840,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-G</string> <string>${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}</string> - <string>-DUNATTENDED:BOOL=ON</string> <string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DUSE_KDU=FALSE</string> + <string>-DOPENAL:BOOL=ON</string> </array> </map> <key>name</key> @@ -3913,6 +3913,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> </array> </map> <key>name</key> |