Skip to content

Commit 8422c56

Browse files
committed
Pass CMAKE_CXX_COMPILER_TARGET
1 parent 88d9697 commit 8422c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
-G Ninja `
252252
-DCMAKE_BUILD_TYPE=Release `
253253
-DCMAKE_INSTALL_MESSAGE=NEVER `
254+
-DCMAKE_CXX_COMPILER_TARGET=aarch64-w64-windows-gnu `
254255
-DPython3_EXECUTABLE="$Env:PYTHON_EXE" `
255256
-DLIBCXX_ENABLE_WERROR=YES `
256257
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" `

0 commit comments

Comments
 (0)