Skip to content

Commit cd57ba4

Browse files
committed
use 'git apply' to avoid committing
1 parent dd4e13b commit cd57ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps_win_arm64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if errorlevel 1 (
7878
)
7979

8080
:: Patch
81-
for /r %%f in (..\patches\*) do git am %%f
81+
for /r %%f in (..\patches\*) do git apply %%f
8282
if errorlevel 1 exit /b 1
8383

8484
:: Set suffixed-ILP64 flags

0 commit comments

Comments
 (0)