We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7afb4 commit 07a801aCopy full SHA for 07a801a
1 file changed
windows_trybuild.cmd
@@ -10,7 +10,7 @@ git checkout v%VERSION%
10
echo =====[ Patching Node.js ]=====
11
node %WORKSPACE%\node-script\do-gitpatch.js -p %WORKSPACE%\patchs\win_build_v%VERSION%.patch
12
node %WORKSPACE%\node-script\do-gitpatch.js -p %WORKSPACE%\patchs\lib_uv_add_on_watcher_queue_updated_v%VERSION%.patch
13
-copy /y %WORKSPACE%\node-script\zlib.def deps\zlib\win32\zlib.def
+copy /y %WORKSPACE%\zlib.def deps\zlib\win32\zlib.def
14
node %~dp0\node-script\add_arraybuffer_new_without_stl.js deps/v8
15
node %~dp0\node-script\make_v8_inspector_export.js
16
0 commit comments