Add linux compatibility to stage scripts

This commit is contained in:
BtbN 2021-05-13 02:17:17 +02:00
parent d0f6bd727f
commit 3d21025056
39 changed files with 118 additions and 44 deletions

View file

@ -31,7 +31,7 @@ ffbuild_dockerbuild() {
myconf+=(
--host="$FFBUILD_TOOLCHAIN"
)
else
elif [[ $TARGET != linux* ]]; then
echo "Unknown target"
return -1
fi