diff options
author | Sven Gothel <[email protected]> | 2020-01-01 18:19:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-01 18:19:26 +0100 |
commit | 09f274ac5330f3b5b1e7c2e848765488033f1050 (patch) | |
tree | 7d7c458197ac3c235fbbbfa2475382622d675dff /make | |
parent | e3bc8ce349944d531c0b314ddb3f7a8946ce2a86 (diff) |
update make-all script
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.sh | 22 |
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 |