Update the mingw cross scripts for MXE.

I got MXE to build (took only an envvar and a couple packages, yay doc
reading), so I thought it time to update the scripts to use it (they assume
/opt/mxe).
This commit is contained in:
Bill Currie 2012-12-14 17:03:52 +09:00
parent 461572e6ad
commit fb00391749
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=/opt/mingw-cross-env-2.18
export MINGW=/opt/mxe
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=/opt/mingw-cross-env-2.18
export MINGW=/opt/mxe
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