Skip to content

Commit 85a2beb

Browse files
authored
build for aarch64
1 parent 31ae6a5 commit 85a2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LLVM_ARGS=""
2020
MINGW_ARGS=""
2121
export CFGUARD_ARGS="--disable-cfguard"
2222
HOST_ARGS=""
23-
export TOOLCHAIN_ARCHS="arm64ec x86_64 i686"
23+
export TOOLCHAIN_ARCHS="arm64ec aarch64 x86_64 i686"
2424
while [ $# -gt 0 ]; do
2525
case "$1" in
2626
--enable-asserts)

0 commit comments

Comments
 (0)