mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Windows fix breaks Linux-Build
This commit is contained in:
@ -30,7 +30,9 @@ ffbuild_dockerbuild() {
|
||||
fi
|
||||
|
||||
if [[ -n "$FFBUILD_RUST_TARGET" ]]; then
|
||||
unset PKG_CONFIG_LIBDIR
|
||||
if [[ $TARGET == win* ]]; then
|
||||
unset PKG_CONFIG_LIBDIR
|
||||
fi
|
||||
|
||||
myconf+=(
|
||||
--target="$FFBUILD_RUST_TARGET"
|
||||
|
Reference in New Issue
Block a user