From decb36d8bc24a9fde6e17cf1cfc3f1131d7d1fb5 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 26 Apr 2017 10:00:30 +0200 Subject: [PATCH] force windows to run 64 bit compiler & linkers --- Installation/Jenkins/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index b37f90e7a9..6f517eda04 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -254,6 +254,7 @@ while [ $# -gt 0 ]; do MAKE="cmake --build . --config ${BUILD_CONFIG}" PACKAGE_MAKE="cmake --build . --config ${BUILD_CONFIG} --target" CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release" + export _IsNativeEnvironment=true ;; --symsrv)