From: Jeff Lenk Date: Thu, 23 Jan 2014 04:23:19 +0000 (-0600) Subject: FS-6129 remove for testing X-Git-Tag: v1.5.8~25^2~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160a2b93628abb4e4d7190fa1dede40f16d72ff6;p=thirdparty%2Ffreeswitch.git FS-6129 remove for testing --- diff --git a/libs/win32/v8/build-v8.bat b/libs/win32/v8/build-v8.bat index f866d6deb1..1590dba2c6 100644 --- a/libs/win32/v8/build-v8.bat +++ b/libs/win32/v8/build-v8.bat @@ -16,7 +16,7 @@ IF "%1-%2" == "%LAST_BUILD_INFO%" ( SET LIB_DEST_DIR= IF "%1" == "x64" ( - IF NOT "%COPY_FILES_ONLY%" == "1" .\third_party\python_26\python.exe build\gyp_v8 -Dtarget_arch=x64 -Dcomponent=shared_library + IF NOT "%COPY_FILES_ONLY%" == "1" .\third_party\python_26\python.exe build\gyp_v8 -Dtarget_arch=x64 -Dcomponent=shared_library -Dv8_use_snapshot=false IF NOT ERRORLEVEL 0 GOTO Fail SET LIB_DEST_DIR=..\..\x64\%2\ )