Skip to content

Commit f783728

Browse files
committed
FInd correct full path to cl.exe
1 parent 2710fa4 commit f783728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/monolithic-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ ls -l "clang+llvm-21.1.2-x86_64-pc-windows-msvc.tar.xz"
3939
tar xf "clang+llvm-21.1.2-x86_64-pc-windows-msvc.tar"
4040
ls -l /tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
4141

42-
ls -l "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm"
42+
#ls -l "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm"
4343

4444
where cl.exe
4545

46-
where clang-cl.exe
46+
#where clang-cl.exe
4747

4848
export CC=/tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
4949
export CXX=/tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe

0 commit comments

Comments
 (0)