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