FS-6129 remove for testing

This commit is contained in:
Jeff Lenk 2014-01-22 22:23:19 -06:00
parent a26fdcadb2
commit 160a2b9362
1 changed files with 1 additions and 1 deletions

View File

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