Fix the mis-specified PKG_CONFIG_LIBDIR for mips.

D'oh, forgot usr :P
This commit is contained in:
Bill Currie 2013-01-10 21:13:19 +09:00
parent 89ae5cbf7c
commit 9afeae0c47
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ cd native
cd ../mipsel-linux
export MIPSEL=/opt/gcw0-toolchain
export MIPSEL_SYSROOT=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot
export PKG_CONFIG_LIBDIR=$MIPSEL_SYSROOT/lib/pkgconfig
export PKG_CONFIG_LIBDIR=$MIPSEL_SYSROOT/usr/lib/pkgconfig
export PKG_CONFIG_PATH=$MIPSEL_SYSROOT/usr/local/lib/pkgconfig
export PATH=$MIPSEL/usr/bin:$PATH
../../configure --host=mipsel-linux \

View file

@ -9,7 +9,7 @@ if test -d native; then
fi
export MIPSEL=/opt/gcw0-toolchain
export MIPSEL_SYSROOT=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot
export PKG_CONFIG_LIBDIR=$MIPSEL_SYSROOT/lib/pkgconfig
export PKG_CONFIG_LIBDIR=$MIPSEL_SYSROOT/usr/lib/pkgconfig
export PKG_CONFIG_PATH=$MIPSEL_SYSROOT/usr/local/lib/pkgconfig
export PATH=$MIPSEL/usr/bin:$PATH