leave PKG_CONFIG_LIBDIR unset on Windows

This commit is contained in:
Struma 2021-01-03 05:04:31 -05:00 committed by Roza
parent eb6fb9ce61
commit 362b6c17c3

View file

@ -5,5 +5,4 @@ export PATH="$PWD/build-${MKXPZ_PREFIX}/bin:$PATH"
MKXPZ_OLD_PC=$(pkg-config --variable pc_path pkg-config)
# Try to load the stuff we built first
export PKG_CONFIG_LIBDIR="$PWD/build-${MKXPZ_PREFIX}/lib/pkgconfig"
export PKG_CONFIG_PATH=${MKXPZ_OLD_PC}
export PKG_CONFIG_PATH="$PWD/build-${MKXPZ_PREFIX}/lib/pkgconfig"