diff options
Diffstat (limited to 'testing/haxe/APKBUILD')
-rw-r--r-- | testing/haxe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index 78c804e782..f1d41c3c28 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -6,7 +6,7 @@ _versuffix= pkgrel=1 pkgdesc="Cross-platform toolkit and programming language" url="https://haxe.org" -arch="all" +arch="x86_64 aarch64 ppc64le" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev" |