We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5be1a commit 162d0eeCopy full SHA for 162d0ee
.ci/monolithic-windows.sh
@@ -43,7 +43,9 @@ ls -l /tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.
43
44
where cl.exe
45
46
-ls -l "C:/BuildTools/VC/Tools/*"
+ls -l "C:\BuildTools\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe"
47
+ls -l "C:\BuildTools\VC\Tools\*"
48
+
49
#where clang-cl.exe
50
51
export CC=/tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
0 commit comments