diff options
Diffstat (limited to 'docs/mingw-example/build_arm64.sh')
-rw-r--r-- | docs/mingw-example/build_arm64.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mingw-example/build_arm64.sh b/docs/mingw-example/build_arm64.sh new file mode 100644 index 0000000..ae63a68 --- /dev/null +++ b/docs/mingw-example/build_arm64.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export ARCH=aarch64 +. ./_build.sh
\ No newline at end of file |