Skip to content

Commit

Permalink
Install LLVM_v141_xp for Visual Studio 2019 since v141_xp (deprecated…
Browse files Browse the repository at this point in the history
…) is still installable.
  • Loading branch information
zufuliu committed Apr 6, 2019
1 parent 981f0b0 commit d707ca2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions VS2017/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ XCOPY /Q /Y "LLVM" "%~1\..\LLVM\"
XCOPY /Q /Y "LLVM_v141" "%~1\x64\PlatformToolsets\LLVM_v141\"
XCOPY /Q /Y "LLVM_v141" "%~1\Win32\PlatformToolsets\LLVM_v141\"
XCOPY /Q /Y "LLVM_v141" "%~1\ARM64\PlatformToolsets\LLVM_v141\"
IF /I "%~2" == "2017" (
XCOPY /Q /Y "LLVM_v141_xp" "%~1\Win32\PlatformToolsets\LLVM_v141_xp\"
XCOPY /Q /Y "LLVM_v141_xp" "%~1\x64\PlatformToolsets\LLVM_v141_xp\"
)
XCOPY /Q /Y "LLVM_v141_xp" "%~1\Win32\PlatformToolsets\LLVM_v141_xp\"
XCOPY /Q /Y "LLVM_v141_xp" "%~1\x64\PlatformToolsets\LLVM_v141_xp\"
SET SUCCESS=1
EXIT /B

Expand Down

0 comments on commit d707ca2

Please sign in to comment.