Skip to content

Commit

Permalink
remove unnecessary environment variable (microsoft#19166)
Browse files Browse the repository at this point in the history
remove unnecessary environment variable when building as arm64x
  • Loading branch information
moyo1997 authored Jan 17, 2024
1 parent 8e272b9 commit c935c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_arm64x.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

setlocal
set PATH=C:\Program Files\Git\usr\bin;%PATH%
set LINK_REPRO_NAME=/mylink.rsp

rem Requires a Python install to be available in your PATH
python "%~dp0\tools\ci_build\build.py" --arm64 --buildasx --build_dir "%~dp0\build\arm64-x" %*
Expand Down

0 comments on commit c935c8f

Please sign in to comment.