mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-01 11:43:07 +02:00
Export MKXPZ_PREFIX as full path
This commit is contained in:
parent
7b6d3073a5
commit
418ec7b2f7
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ export PATH="$DIR/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_PATH="$DIR/build-${MKXPZ_PREFIX}/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$DIR/build-${MKXPZ_PREFIX}/lib/pkgconfig"
|
||||||
|
export MKXPZ_PREFIX="$DIR/build-${MKXPZ_PREFIX}"
|
Loading…
Add table
Reference in a new issue