From 160a2b93628abb4e4d7190fa1dede40f16d72ff6 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Wed, 22 Jan 2014 22:23:19 -0600 Subject: [PATCH] FS-6129 remove for testing --- libs/win32/v8/build-v8.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ )