summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-01 18:20:41 +0100
committerSven Gothel <[email protected]>2020-01-01 18:20:41 +0100
commit3e8719272d435e4e4c278acafa063651144ee4e0 (patch)
tree80907fd9d0a5e1ec1c9017a85799c813afee6906 /make
parent79833c9e4741bec9d1f56ea8b322679756b16f70 (diff)
update make-all script
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.jogl.all.sh21
1 files changed, 16 insertions, 5 deletions
diff --git a/make/scripts/make.jogl.all.sh b/make/scripts/make.jogl.all.sh
index 67d965dac..323d5ad52 100755
--- a/make/scripts/make.jogl.all.sh
+++ b/make/scripts/make.jogl.all.sh
@@ -2,8 +2,19 @@
SDIR=`dirname $0`
-$SDIR/make.jogl.all.linux-armv6-cross.sh \
-&& $SDIR/make.jogl.all.linux-armv6hf-cross.sh \
-&& $SDIR/make.jogl.all.linux-x86_64.sh \
-&& $SDIR/make.jogl.all.linux-x86.sh \
-&& $SDIR/make.jogl.all.android-armv6-cross.sh \
+$SDIR/make.jogl.all.android-aarch64-cross.sh && \
+$SDIR/make.jogl.all.android-armv6-cross.sh && \
+$SDIR/make.jogl.all.android-x86-cross.sh && \
+$SDIR/make.jogl.all.linux-aarch64-cross.sh && \
+$SDIR/make.jogl.all.linux-armv6hf-cross.sh && \
+$SDIR/make.jogl.all.linux-x86.sh && \
+$SDIR/make.jogl.all.linux-x86_64.sh
+
+# $SDIR/make.jogl.all.macosx.sh
+# $SDIR/make.jogl.all.ios.amd64.sh
+# $SDIR/make.jogl.all.ios.arm64.sh
+# $SDIR/make.jogl.all.win32.bat
+# $SDIR/make.jogl.all.win64.bat
+# $SDIR/make.jogl.all.linux-armv6hf.sh
+# $SDIR/make.jogl.all.linux-aarch64.sh
+