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