Skip to content

Commit 20965b7

Browse files
FIX Hot fix for llvm-x86_64-pc-windows-gnu
1 parent 297ac4c commit 20965b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/llvm-x86_64-pc-windows-gnu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Configure LLVM for cross-compilation to musl
7171
run: |
7272
cmake ../llvm-project/llvm -G Ninja \
73+
-DCMAKE_CROSSCOMPILING=ON \
7374
-DCMAKE_BUILD_TYPE=MinSizeRel \
7475
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc-posix \
7576
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++-posix \

0 commit comments

Comments
 (0)