| Index: build-v8.cmd |
| diff --git a/build-v8.cmd b/build-v8.cmd |
| index f14ebcac537b7d2fac46802679e5075459ba1e56..c707764a34b8e133f2a55ca26676ed2579440cca 100644 |
| --- a/build-v8.cmd |
| +++ b/build-v8.cmd |
| @@ -12,6 +12,8 @@ set PlatformToolset=%~4 |
| pushd "%~dp0" |
| +@python build-v8-patch-v8.gyp.py |
| + |
| @python msvs_gyp_wrapper.py --depth=build\%ARCH%\v8 -f msvs -I build-v8.gypi --generator-output=build\%ARCH%\v8 -G msvs_version=2015 -Dtarget_arch=%ARCH% -Dhost_arch=%ARCH% third_party/v8/src/v8.gyp |
| @"%MSBuildBinPath%/msbuild.exe" /m build/%ARCH%/v8/third_party/v8/src/v8.sln /p:PlatformToolset=%PlatformToolset% /p:Configuration=%CONFIGURATION% /target:v8_snapshot,v8_libplatform,v8_libsampler |