mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-24 19:34:06 -05:00
put PKG_CONFIG_PATH in cross build shell scripts instead
This commit is contained in:
@@ -149,7 +149,6 @@ export PATH=$PATH:$TOOLPATH/$package/bin
|
||||
if [ ! -z $CROSSBUILD ]; then
|
||||
prefix=$INSTALLDIR/$CROSSBUILD/$package
|
||||
CROSS_PARAMS="--build=`./config.guess` --host=$CROSSBUILD"
|
||||
export PKG_CONFIG_PATH=$CROSSLIBPATH/pkgconfig
|
||||
else
|
||||
prefix=$INSTALLDIR/$package
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user