mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52: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)
|
||||
|
||||
# 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"
|
Loading…
Add table
Reference in a new issue