From 6ccdf86eb77ad7b8ad044bda91854d578dabebc9 Mon Sep 17 00:00:00 2001 From: Karl von Randow Date: Sun, 6 Feb 2022 17:19:28 +1300 Subject: [PATCH] Add arm64 for the native component Completely based on https://github.com/TheInfiniteKind/appbundler/issues/75 --- build.properties | 1 + build.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/build.properties b/build.properties index aa28151..6963d12 100644 --- a/build.properties +++ b/build.properties @@ -25,4 +25,5 @@ version=1.0ea arch64=-arch x86_64 arch32=-arch i386 archppc=-arch ppc +archarm64=-arch arm64 cc=gcc diff --git a/build.xml b/build.xml index 692a115..41c3d4e 100644 --- a/build.xml +++ b/build.xml @@ -77,6 +77,7 @@ questions. +