mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
fix lame host config
This commit is contained in:
@@ -29,7 +29,11 @@ ffbuild_dockerbuild() {
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
)
|
||||
elif [[ $TARGET == mac* ]]; then
|
||||
:
|
||||
if [ "$MACOS_BUILDER_CPU_ARCH" = "arm64" ] && [ "$TARGET" = "mac64" ]; then
|
||||
myconf+=(
|
||||
--host="x86_64-apple-darwin"
|
||||
)
|
||||
fi
|
||||
else
|
||||
echo "Unknown target"
|
||||
return -1
|
||||
|
||||
Reference in New Issue
Block a user