diff options
author | Sven Gothel <[email protected]> | 2020-01-02 00:48:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 00:48:40 +0100 |
commit | 840747d115c93eec1e22c8091a4e4f7ccc4a3917 (patch) | |
tree | 83de208abca2b16f915aadeb57ee9f499e4e7f35 /make | |
parent | a997ae58e7928f27fa618d9c06c7ffb2eb879709 (diff) |
all build scripts: make.joal.all-host-macos.sh make.joal.all-host-linux.sh
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.joal.all-host-linux.sh (renamed from make/scripts/make.joal.all.sh) | 0 | ||||
-rwxr-xr-x | make/scripts/make.joal.all-host-macos.sh | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.sh b/make/scripts/make.joal.all-host-linux.sh index fe0b443..fe0b443 100755 --- a/make/scripts/make.joal.all.sh +++ b/make/scripts/make.joal.all-host-linux.sh diff --git a/make/scripts/make.joal.all-host-macos.sh b/make/scripts/make.joal.all-host-macos.sh new file mode 100755 index 0000000..d58ed52 --- /dev/null +++ b/make/scripts/make.joal.all-host-macos.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +SDIR=`dirname $0` + +$SDIR/make.joal.all.macosx.sh && \ +$SDIR/make.joal.all.ios.amd64.sh && \ +$SDIR/make.joal.all.ios.arm64.sh + +# $SDIR/make.joal.all.macosx.sh +# $SDIR/make.joal.all.ios.amd64.sh +# $SDIR/make.joal.all.ios.arm64.sh +# $SDIR/make.joal.all.win32.bat +# $SDIR/make.joal.all.win64.bat +# $SDIR/make.joal.all.linux-ppc64le.sh +# $SDIR/make.joal.all.linux-armv6hf.sh +# $SDIR/make.joal.all.linux-aarch64.sh |