Windows fix breaks Linux-Build

This commit is contained in:
BtbN 2022-09-12 21:43:10 +02:00
parent 7d31bb2d06
commit bd13b3b07d

View file

@ -30,7 +30,9 @@ ffbuild_dockerbuild() {
fi fi
if [[ -n "$FFBUILD_RUST_TARGET" ]]; then if [[ -n "$FFBUILD_RUST_TARGET" ]]; then
if [[ $TARGET == win* ]]; then
unset PKG_CONFIG_LIBDIR unset PKG_CONFIG_LIBDIR
fi
myconf+=( myconf+=(
--target="$FFBUILD_RUST_TARGET" --target="$FFBUILD_RUST_TARGET"