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 7301810 commit 6b59501Copy full SHA for 6b59501
.ci/monolithic-windows.sh
@@ -23,8 +23,8 @@ runtimes_targets="${4}"
23
start-group "CMake"
24
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
25
26
-export CC=C:\clang\clang-msvc\bin\clang-cl.exe
27
-export CXX=C:\clang\clang-msvc\bin\clang-cl.exe
+export CC=C:/clang/clang-msvc/bin/clang-cl.exe
+export CXX=C:/clang/clang-msvc/bin/clang-cl.exe
28
export LD=link
29
30
# The CMAKE_*_LINKER_FLAGS to disable the manifest come from research
0 commit comments