File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,10 @@ REM with forward slash.
160
160
set all_cmake_flags = ^
161
161
%cmake_flags% ^
162
162
-DCMAKE_C_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
163
- -DCMAKE_CXX_COMPILER=%stage0_bin_dir% /clang-cl.exe
163
+ -DCMAKE_CXX_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
164
+ -DCMAKE_LINKER=%stage0_bin_dir% /lld-link.exe ^
165
+ -DCMAKE_AR=%stage0_bin_dir% /llvm-lib.exe ^
166
+ -DCMAKE_RC=%stage0_bin_dir% /llvm-windres.exe
164
167
set cmake_flags = %all_cmake_flags:\ =/ %
165
168
166
169
mkdir build32
@@ -227,7 +230,10 @@ REM with forward slash.
227
230
set all_cmake_flags = ^
228
231
%cmake_flags% ^
229
232
-DCMAKE_C_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
230
- -DCMAKE_CXX_COMPILER=%stage0_bin_dir% /clang-cl.exe
233
+ -DCMAKE_CXX_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
234
+ -DCMAKE_LINKER=%stage0_bin_dir% /lld-link.exe ^
235
+ -DCMAKE_AR=%stage0_bin_dir% /llvm-lib.exe ^
236
+ -DCMAKE_RC=%stage0_bin_dir% /llvm-windres.exe
231
237
set cmake_flags = %all_cmake_flags:\ =/ %
232
238
233
239
mkdir build64
You can’t perform that action at this time.
0 commit comments