Add linux compatibility to stage scripts
This commit is contained in:
parent
d0f6bd727f
commit
3d21025056
39 changed files with 118 additions and 44 deletions
|
@ -31,7 +31,7 @@ ffbuild_dockerbuild() {
|
|||
myconf+=(
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
)
|
||||
else
|
||||
elif [[ $TARGET != linux* ]]; then
|
||||
echo "Unknown target"
|
||||
return -1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue