remove unnecessary environment variable (#19166)

remove unnecessary environment variable when building as arm64x
This commit is contained in:
moyo1997 2024-01-16 16:24:37 -08:00 committed by GitHub
parent 8e272b9cac
commit c935c8fbd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" %*