Export MKXPZ_PREFIX as full path

This commit is contained in:
Struma 2021-01-03 09:33:15 -05:00 committed by Roza
parent 7b6d3073a5
commit 418ec7b2f7

View file

@ -7,4 +7,5 @@ export PATH="$DIR/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_PATH="$DIR/build-${MKXPZ_PREFIX}/lib/pkgconfig"
export PKG_CONFIG_PATH="$DIR/build-${MKXPZ_PREFIX}/lib/pkgconfig"
export MKXPZ_PREFIX="$DIR/build-${MKXPZ_PREFIX}"