Update stage scripts for crosstools based linux build
This commit is contained in:
parent
bd36724a09
commit
4a2c335c06
37 changed files with 84 additions and 121 deletions
|
@ -32,7 +32,12 @@ ffbuild_dockerbuild() {
|
|||
--target=x86-win32-gcc
|
||||
)
|
||||
export CROSS="$FFBUILD_CROSS_PREFIX"
|
||||
elif [[ $TARGET != linux* ]]; then
|
||||
elif [[ $TARGET == linux* ]]; then
|
||||
myconf+=(
|
||||
--target=x86_64-linux-gcc
|
||||
)
|
||||
export CROSS="$FFBUILD_CROSS_PREFIX"
|
||||
else
|
||||
echo "Unknown target"
|
||||
return -1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue