Move the mingw stuff to a more realistic place.

If I ever get mxe built, I'll update for that.
This commit is contained in:
Bill Currie 2012-11-30 13:40:46 +09:00
parent 0bdf511da6
commit 8d23573ebb
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ cd native
--without-servers \
--with-tools=qfcc,pak
cd ../i686-pc-mingw32
export MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
export MINGW=/opt/mingw-cross-env-2.18
export MINGW_USR=$MINGW/usr/i686-pc-mingw32
export PKG_CONFIG_LIBDIR=$MINGW_USR/lib/pkgconfig
export PKG_CONFIG_PATH=$MINGW_USR/local/lib/pkgconfig

View file

@ -7,7 +7,7 @@ if test -d native; then
ln -fs ../native/tools/qfcc/source/qfcc .
ln -fs ../native/tools/pak/pak .
fi
export MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
export MINGW=/opt/mingw-cross-env-2.18
export MINGW_USR=$MINGW/usr/i686-pc-mingw32
export PKG_CONFIG_LIBDIR=$MINGW_USR/lib/pkgconfig
export PKG_CONFIG_PATH=$MINGW_USR/local/lib/pkgconfig