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

@ -8,3 +8,4 @@ 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 MKXPZ_PREFIX="$DIR/build-${MKXPZ_PREFIX}"