Add support for Linux aarch64 builds
This commit is contained in:
@@ -29,11 +29,16 @@ ffbuild_dockerbuild() {
|
||||
--enable-threads
|
||||
--with-combined-threads
|
||||
--with-incoming-stack-boundary=2
|
||||
--enable-sse2
|
||||
--enable-avx
|
||||
--enable-avx2
|
||||
)
|
||||
|
||||
if [[ $TARGET != *arm64 ]]; then
|
||||
myconf+=(
|
||||
--enable-sse2
|
||||
--enable-avx
|
||||
--enable-avx2
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
||||
myconf+=(
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
|
||||
Reference in New Issue
Block a user