Skip to content

Commit

Permalink
"9.4.146.24"而且"%NEW_WRAP%"!="with_new_wrap"才apply intrin.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 14, 2024
1 parent 6d951f0 commit 21ddb0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion windows_32.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ if "%NEW_WRAP%"=="with_new_wrap" (
@REM call git checkout -- .

@REM issue #4
node %~dp0\node-script\do-gitpatch.js -p %GITHUB_WORKSPACE%\patches\intrin.patch
if "%VERSION%"=="9.4.146.24" (
if "%NEW_WRAP%"!="with_new_wrap" (
node %~dp0\node-script\do-gitpatch.js -p %GITHUB_WORKSPACE%\patches\intrin.patch
)
)

echo =====[ add ArrayBuffer_New_Without_Stl ]=====
node %~dp0\node-script\add_arraybuffer_new_without_stl.js . %VERSION% %NEW_WRAP%
Expand Down

0 comments on commit 21ddb0b

Please sign in to comment.