Windows fix breaks Linux-Build

This commit is contained in:
BtbN 2022-09-12 21:43:10 +02:00
parent 7d31bb2d06
commit bd13b3b07d
1 changed files with 3 additions and 1 deletions

View File

@ -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"