File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -172,16 +172,16 @@ if "%force-msvc%" == "" (
172172 if errorlevel 0 (
173173 where /q lld-link
174174 if errorlevel 0 (
175- set common_compiler_flags = %common_compiler_flags% -fuse-ld=lld
176-
177- set common_cmake_flags = %common_cmake_flags% ^
178- -DCMAKE_C_COMPILER=clang-cl.exe ^
179- -DCMAKE_CXX_COMPILER=clang-cl.exe ^
180- -DCMAKE_LINKER=lld-link.exe ^
181- -DLLVM_ENABLE_LLD=ON ^
175+ set common_compiler_flags = %common_compiler_flags% -fuse-ld=lld
176+
177+ set common_cmake_flags = %common_cmake_flags% ^
178+ -DCMAKE_C_COMPILER=clang-cl.exe ^
179+ -DCMAKE_CXX_COMPILER=clang-cl.exe ^
180+ -DCMAKE_LINKER=lld-link.exe ^
181+ -DLLVM_ENABLE_LLD=ON ^
182182 -DCMAKE_C_FLAGS=" %common_compiler_flags% " ^
183183 -DCMAKE_CXX_FLAGS=" %common_compiler_flags% "
184- )
184+ )
185185 )
186186)
187187
You can’t perform that action at this time.
0 commit comments