mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
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:
parent
461572e6ad
commit
fb00391749
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue