]> wimlib.net Git - wimlib/commit
make-windows-release: support cross-compiling for ARM64 in MSYS2
authorEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:15:02 +0000 (00:15 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:15:02 +0000 (00:15 -0700)
commit79b438138527401cc19e4746a4454210dd4b162b
treeadf79131b6b98bfc95cd360952adff5a0f88e08c
parent0a85418f557dd6d1e8f31f9f590da609183d0494
make-windows-release: support cross-compiling for ARM64 in MSYS2

Cross-compiling for ARM64 is not possible with MSYS2 CLANGARM64 out of
the box, but it is possible to do by downloading and using a prebuilt
toolchain from https://github.com/mstorsjo/llvm-mingw.  Make the
'make-windows-release' script support doing this.

Suggested at https://wimlib.net/forums/viewtopic.php?p=1488#p1488
README.WINDOWS
tools/make-windows-release