Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Nov 28, 2018
1 parent f03409c commit c532bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win-build-llvm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IF /I "%_TARGET_ARCH%" == "x64" (
) ELSE (
SET _TARGET_ARCH=
)
SET _CMAKE_CMD=-G "Visual Studio 15%_TARGET_ARCH%"%_CMAKE_TOOLCHAIN_HOST% -DLLVM_USE_CRT_RELEASE=MT -DLLVM_USE_CRT_DEBUG=MTd -DCMAKE_INSTALL_PREFIX=%_LLVM_INST_DIR% ..
SET _CMAKE_CMD=-G "Visual Studio 15 2017%_TARGET_ARCH%"%_CMAKE_TOOLCHAIN_HOST% -DLLVM_USE_CRT_RELEASE=MT -DLLVM_USE_CRT_DEBUG=MTd -DCMAKE_INSTALL_PREFIX=%_LLVM_INST_DIR% ..
CD /D %_LLVM_SRC_DIR%
IF EXIST build RD /S /Q build
MD build
Expand Down

0 comments on commit c532bb3

Please sign in to comment.