Skip to content

Commit 07a801a

Browse files
committed
zlib.def拷贝错了
1 parent 7a7afb4 commit 07a801a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows_trybuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git checkout v%VERSION%
1010
echo =====[ Patching Node.js ]=====
1111
node %WORKSPACE%\node-script\do-gitpatch.js -p %WORKSPACE%\patchs\win_build_v%VERSION%.patch
1212
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
13+
copy /y %WORKSPACE%\zlib.def deps\zlib\win32\zlib.def
1414
node %~dp0\node-script\add_arraybuffer_new_without_stl.js deps/v8
1515
node %~dp0\node-script\make_v8_inspector_export.js
1616

0 commit comments

Comments
 (0)