We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4e13b commit cd57ba4Copy full SHA for cd57ba4
tools/build_steps_win_arm64.bat
@@ -78,7 +78,7 @@ if errorlevel 1 (
78
)
79
80
:: Patch
81
-for /r %%f in (..\patches\*) do git am %%f
+for /r %%f in (..\patches\*) do git apply %%f
82
if errorlevel 1 exit /b 1
83
84
:: Set suffixed-ILP64 flags
0 commit comments