mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Fix the mis-specified PKG_CONFIG_LIBDIR for mips.
D'oh, forgot usr :P
This commit is contained in:
parent
89ae5cbf7c
commit
9afeae0c47
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ cd native
|
||||||
cd ../mipsel-linux
|
cd ../mipsel-linux
|
||||||
export MIPSEL=/opt/gcw0-toolchain
|
export MIPSEL=/opt/gcw0-toolchain
|
||||||
export MIPSEL_SYSROOT=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot
|
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 PKG_CONFIG_PATH=$MIPSEL_SYSROOT/usr/local/lib/pkgconfig
|
||||||
export PATH=$MIPSEL/usr/bin:$PATH
|
export PATH=$MIPSEL/usr/bin:$PATH
|
||||||
../../configure --host=mipsel-linux \
|
../../configure --host=mipsel-linux \
|
||||||
|
|
|
@ -9,7 +9,7 @@ if test -d native; then
|
||||||
fi
|
fi
|
||||||
export MIPSEL=/opt/gcw0-toolchain
|
export MIPSEL=/opt/gcw0-toolchain
|
||||||
export MIPSEL_SYSROOT=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot
|
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 PKG_CONFIG_PATH=$MIPSEL_SYSROOT/usr/local/lib/pkgconfig
|
||||||
export PATH=$MIPSEL/usr/bin:$PATH
|
export PATH=$MIPSEL/usr/bin:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue