mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-01 15:14:30 +02:00
Windows fix breaks Linux-Build
This commit is contained in:
parent
7d31bb2d06
commit
bd13b3b07d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user