From edec5330d95500d82c6d1af278c3ba782c7ae804 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 2 Sep 2021 08:46:47 +0000 Subject: build_llvm_package.bat: Reduce changes compared to upstream script Put more things in user's PATH on the system. Change-Id: I14a69d25cb50d3444b8604a5f694c51433fae2b7 --- build_llvm_package.bat | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_llvm_package.bat b/build_llvm_package.bat index 660c07c4..4bc0b645 100755 --- a/build_llvm_package.bat +++ b/build_llvm_package.bat @@ -24,11 +24,6 @@ set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Comm set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36-32 set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36 -REM Add 7Zip -set "PATH=%PATH%;C:\Program Files (x86)\7-Zip" -REM Add curl, mv, and other mingw utilities -set "PATH=%PATH%;C:\Program Files (x86)\Git\usr\bin" - for /f "usebackq" %%i in (`PowerShell ^(Get-Date^).ToString^('yyyyMMdd'^)`) do set datestamp=%%i set revision=%1 @@ -71,7 +66,6 @@ REM TODO: Run the "check-all" tests. set "VSCMD_START_DIR=%CD%" call "%vsdevcmd%" -host_arch=x86 -arch=arm64 -set "PATH=C:\Program Files\LLVM\bin;C:\Users\%USERNAME%\source\ninja;%PATH%;C:\Program Files (x86)\NSIS" set CC=clang-cl set CXX=clang-cl mkdir build32_stage0 -- cgit v1.2.3