Skip to content

Commit

Permalink
zlib.def拷贝错了
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 28, 2022
1 parent 7a7afb4 commit 07a801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_trybuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git checkout v%VERSION%
echo =====[ Patching Node.js ]=====
node %WORKSPACE%\node-script\do-gitpatch.js -p %WORKSPACE%\patchs\win_build_v%VERSION%.patch
node %WORKSPACE%\node-script\do-gitpatch.js -p %WORKSPACE%\patchs\lib_uv_add_on_watcher_queue_updated_v%VERSION%.patch
copy /y %WORKSPACE%\node-script\zlib.def deps\zlib\win32\zlib.def
copy /y %WORKSPACE%\zlib.def deps\zlib\win32\zlib.def
node %~dp0\node-script\add_arraybuffer_new_without_stl.js deps/v8
node %~dp0\node-script\make_v8_inspector_export.js

Expand Down

0 comments on commit 07a801a

Please sign in to comment.