Skip to content

Commit 162d0ee

Browse files
committed
Still trying to find clang.
1 parent 5b5be1a commit 162d0ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ ls -l /tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.
4343

4444
where cl.exe
4545

46-
ls -l "C:/BuildTools/VC/Tools/*"
46+
ls -l "C:\BuildTools\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe"
47+
ls -l "C:\BuildTools\VC\Tools\*"
48+
4749
#where clang-cl.exe
4850

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

0 commit comments

Comments
 (0)