mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
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:
parent
0bdf511da6
commit
8d23573ebb
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=/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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue