1
0
Fork 0
This commit is contained in:
Wilfried Goesgens 2018-07-23 14:22:27 +02:00 committed by Jan
parent eeacab3d97
commit 1bdbebf867
1 changed files with 2 additions and 2 deletions

View File

@ -272,9 +272,9 @@ while [ $# -gt 0 ]; do
CXX=""
PAR=""
PARALLEL_BUILDS=""
GENERATOR="Visual Studio 14 Win64"
GENERATOR="Visual Studio 15 Win64"
CONFIGURE_OPTIONS+=("-T")
CONFIGURE_OPTIONS+=("v140,host=x64")
CONFIGURE_OPTIONS+=("v141,host=x64")
MAKE="cmake --build . --config ${BUILD_CONFIG}"
PACKAGE_MAKE="cmake --build . --config ${BUILD_CONFIG} --target"
CONFIGURE_OPTIONS+=("-DOPENSSL_USE_STATIC_LIBS=TRUE")