1
0
Fork 0

force windows to run 64 bit compiler & linkers

This commit is contained in:
Wilfried Goesgens 2017-04-26 10:00:30 +02:00
parent 178171033f
commit decb36d8bc
1 changed files with 1 additions and 0 deletions

View File

@ -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)