Skip to content

Commit f9f17ad

Browse files
committed
Fix windows flags
1 parent a54452a commit f9f17ad

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
@@ -50,8 +50,8 @@ echo "--- cmake"
5050
pip install -q -r "${MONOREPO_ROOT}"/mlir/python/requirements.txt
5151
pip install -q -r "${MONOREPO_ROOT}"/.ci/requirements.txt
5252

53-
export CC=cl
54-
export CXX=cl
53+
export CC=clang
54+
export CXX=clang++
5555
export LD=link
5656

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

0 commit comments

Comments
 (0)