Skip to content

Commit 1b781e8

Browse files
committed
build-mingw-w64: Use --enable-libarm64 for arm64ec
1 parent 486d72f commit 1b781e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ for arch in $ARCHS; do
121121
armv7)
122122
FLAGS="--disable-lib32 --disable-lib64 --enable-libarm32"
123123
;;
124-
aarch64)
124+
aarch64|arm64ec)
125125
FLAGS="--disable-lib32 --disable-lib64 --enable-libarm64"
126126
;;
127127
i686)

0 commit comments

Comments
 (0)