Support low-mem build

This commit is contained in:
Sotr
2018-05-17 21:28:14 +08:00
parent 718a7c0c09
commit 6b5f406fe7
4 changed files with 12 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
set -e
basedir="$pwd"
(git submodule update --init --remote && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2") || (
(git submodule update --init --remote && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2" "$3") || (
echo "Failed to build Akarin"
exit 1
) || exit 1