Skip to content

Commit 6b59501

Browse files
committed
Change backslashes to forward slashes in clang path name.
1 parent 7301810 commit 6b59501

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
@@ -23,8 +23,8 @@ runtimes_targets="${4}"
2323
start-group "CMake"
2424
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
2525

26-
export CC=C:\clang\clang-msvc\bin\clang-cl.exe
27-
export CXX=C:\clang\clang-msvc\bin\clang-cl.exe
26+
export CC=C:/clang/clang-msvc/bin/clang-cl.exe
27+
export CXX=C:/clang/clang-msvc/bin/clang-cl.exe
2828
export LD=link
2929

3030
# The CMAKE_*_LINKER_FLAGS to disable the manifest come from research

0 commit comments

Comments
 (0)