summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-01 18:19:26 +0100
committerSven Gothel <[email protected]>2020-01-01 18:19:26 +0100
commit09f274ac5330f3b5b1e7c2e848765488033f1050 (patch)
tree7d7c458197ac3c235fbbbfa2475382622d675dff /make
parente3bc8ce349944d531c0b314ddb3f7a8946ce2a86 (diff)
update make-all script
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.gluegen.all.sh22
1 files changed, 16 insertions, 6 deletions
diff --git a/make/scripts/make.gluegen.all.sh b/make/scripts/make.gluegen.all.sh
index 1e1ce0b..7ec33a5 100755
--- a/make/scripts/make.gluegen.all.sh
+++ b/make/scripts/make.gluegen.all.sh
@@ -2,9 +2,19 @@
SDIR=`dirname $0`
-$SDIR/make.gluegen.all.linux-armv6-cross.sh \
-&& $SDIR/make.gluegen.all.linux-armv6hf-cross.sh \
-&& $SDIR/make.gluegen.all.linux-x86_64.sh \
-&& $SDIR/make.gluegen.all.linux-x86.sh \
-&& $SDIR/make.gluegen.all.android-armv6-cross.sh \
-&& $SDIR/make.gluegen.all.android-x86-cross.sh \
+$SDIR/make.gluegen.all.android-aarch64-cross.sh && \
+$SDIR/make.gluegen.all.android-armv6-cross.sh && \
+$SDIR/make.gluegen.all.android-x86-cross.sh && \
+$SDIR/make.gluegen.all.linux-aarch64-cross.sh && \
+$SDIR/make.gluegen.all.linux-armv6hf-cross.sh && \
+$SDIR/make.gluegen.all.linux-x86.sh && \
+$SDIR/make.gluegen.all.linux-x86_64.sh
+
+# $SDIR/make.gluegen.all.macosx.sh
+# $SDIR/make.gluegen.all.ios.amd64.sh
+# $SDIR/make.gluegen.all.ios.arm64.sh
+# $SDIR/make.gluegen.all.win32.bat
+# $SDIR/make.gluegen.all.win64.bat
+# $SDIR/make.gluegen.all.linux-ppc64le.sh
+# $SDIR/make.gluegen.all.linux-armv6hf.sh
+# $SDIR/make.gluegen.all.linux-aarch64.sh