mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
build_llvm_package.bat: Minor updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303080 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
699b16c47c
commit
528105d20c
@ -10,7 +10,8 @@ REM Prerequisites:
|
||||
REM
|
||||
REM Visual Studio 2017, CMake, Ninja, SVN, GNUWin32, SWIG, Python 3,
|
||||
REM NSIS with the strlen_8192 patch,
|
||||
REM Visual Studio 2017 SDK (for the clang-format plugin).
|
||||
REM Visual Studio 2017 SDK and Nuget (for the clang-format plugin),
|
||||
REM Perl (for the OpenMP run-time).
|
||||
REM
|
||||
REM
|
||||
REM For LLDB, SWIG version <= 3.0.8 needs to be used to work around
|
||||
@ -20,9 +21,8 @@ REM https://github.com/swig/swig/issues/769
|
||||
REM You need to modify the paths below:
|
||||
set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat
|
||||
|
||||
set python32_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35-32
|
||||
set python64_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35
|
||||
set PATH=%PATH%;c:\gnuwin32\bin
|
||||
set python32_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35-32
|
||||
set python64_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35
|
||||
|
||||
set revision=%1
|
||||
set branch=trunk
|
||||
|
Loading…
Reference in New Issue
Block a user