mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-22 06:02:04 +02:00
leave PKG_CONFIG_LIBDIR unset on Windows
This commit is contained in:
parent
eb6fb9ce61
commit
362b6c17c3
1 changed files with 1 additions and 2 deletions
|
@ -5,5 +5,4 @@ export PATH="$PWD/build-${MKXPZ_PREFIX}/bin:$PATH"
|
||||||
MKXPZ_OLD_PC=$(pkg-config --variable pc_path pkg-config)
|
MKXPZ_OLD_PC=$(pkg-config --variable pc_path pkg-config)
|
||||||
|
|
||||||
# Try to load the stuff we built first
|
# Try to load the stuff we built first
|
||||||
export PKG_CONFIG_LIBDIR="$PWD/build-${MKXPZ_PREFIX}/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$PWD/build-${MKXPZ_PREFIX}/lib/pkgconfig"
|
||||||
export PKG_CONFIG_PATH=${MKXPZ_OLD_PC}
|
|
Loading…
Add table
Reference in a new issue