diff options
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 34d90393e7..ef07179e52 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3830,9 +3830,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> @@ -3903,6 +3903,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> |