Skip to content

Commit

Permalink
typo fix (missing line continuation)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed May 22, 2019
1 parent 2145295 commit b0f5d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if "%LLVM_VERSION%" lss "3.5.0" (
-DCLANG_PATH_TO_LLVM_BUILD=%LLVM_RELEASE_DIR% ^
-DLLVM_MAIN_SRC_DIR=%LLVM_RELEASE_DIR%
) else if "%LLVM_VERSION%" lss "8.0.0" (
set CLANG_CMAKE_CONFIGURE_FLAGS=
set CLANG_CMAKE_CONFIGURE_FLAGS= ^
%CLANG_CMAKE_CONFIGURE_FLAGS% ^
-DLLVM_CONFIG=%LLVM_RELEASE_DIR%/bin/llvm-config
) else (
Expand Down

0 comments on commit b0f5d81

Please sign in to comment.