diff options
author | Xavier Hallade <[email protected]> | 2015-01-09 15:53:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-03-26 21:39:09 +0100 |
commit | 7c545f6d0d19bb04b6ac33a7123232f9697c08ae (patch) | |
tree | 77fa965e0fb538c3508391c70a402f7a6728edb3 /make/scripts/make.joal.all.sh | |
parent | 0ce27b5d184ea23557a52443d239d405e34288f5 (diff) |
added support for Android x86 platforms
Diffstat (limited to 'make/scripts/make.joal.all.sh')
-rwxr-xr-x | make/scripts/make.joal.all.sh | 1 |
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 \ |