From 1e62a6558109b8e8e6c0c1f521652f0c11d7de08 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 23 Jan 2014 21:51:11 -0600 Subject: [PATCH] FS-6129 vs2010 didnt like the syntax here --- 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 0b78ac43c9..c0184d7b5e 100644 --- a/libs/win32/v8/build-v8.bat +++ b/libs/win32/v8/build-v8.bat @@ -60,7 +60,7 @@ REM Just to make sure that everything is cleaned up rmdir /S /Q .\build\%2 REM Build the V8 library -devenv /build %2 "tools\gyp\v8.sln" /project "tools\gyp\v8.vcxproj" /projectconfig %2 +devenv /build %2 "tools\gyp\v8.sln" /project "v8" /projectconfig %2 REM devenv /build %2 tools\gyp\v8.sln IF NOT ERRORLEVEL 0 GOTO Fail