aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.joal.all.sh
diff options
context:
space:
mode:
authorXavier Hallade <[email protected]>2015-01-09 15:53:45 +0100
committerSven Gothel <[email protected]>2019-03-26 21:39:09 +0100
commit7c545f6d0d19bb04b6ac33a7123232f9697c08ae (patch)
tree77fa965e0fb538c3508391c70a402f7a6728edb3 /make/scripts/make.joal.all.sh
parent0ce27b5d184ea23557a52443d239d405e34288f5 (diff)
added support for Android x86 platforms
Diffstat (limited to 'make/scripts/make.joal.all.sh')
-rwxr-xr-xmake/scripts/make.joal.all.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.sh b/make/scripts/make.joal.all.sh
index a6b3a1e..f201eff 100755
--- a/make/scripts/make.joal.all.sh
+++ b/make/scripts/make.joal.all.sh
@@ -7,3 +7,4 @@ $SDIR/make.joal.all.linux-armv6-cross.sh \
&& $SDIR/make.joal.all.linux-x86_64.sh \
&& $SDIR/make.joal.all.linux-x86.sh \
&& $SDIR/make.joal.all.android-armv6-cross.sh \
+&& $SDIR/make.joal.all.android-x86-cross.sh \