mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Fix some mxe build issues
This commit is contained in:
parent
c59840683d
commit
a8efde1dd3
5 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,7 @@ export MINGW_USR=$MINGW/usr/i686-w64-mingw32.static
|
|||
export PKG_CONFIG_LIBDIR=$MINGW_USR/lib/pkgconfig
|
||||
export PKG_CONFIG_PATH=$MINGW_USR/local/lib/pkgconfig
|
||||
export PATH=$MINGW/usr/bin:$PATH
|
||||
export QCSYSPREFIX=$MINGW_USR
|
||||
../../configure \
|
||||
--host=i686-w64-mingw32.static \
|
||||
--disable-shared \
|
||||
|
|
|
@ -5,6 +5,7 @@ cd native
|
|||
../../configure \
|
||||
--enable-silent-rules \
|
||||
--disable-shared \
|
||||
--disable-optimize \
|
||||
--without-clients \
|
||||
--without-servers \
|
||||
--with-tools=qfcc,pak,qwaq
|
||||
|
@ -14,6 +15,7 @@ export MINGW_USR=$MINGW/usr/x86_64-w64-mingw32.static
|
|||
export PKG_CONFIG_LIBDIR=$MINGW_USR/lib/pkgconfig
|
||||
export PKG_CONFIG_PATH=$MINGW_USR/local/lib/pkgconfig
|
||||
export PATH=$MINGW/usr/bin:$PATH
|
||||
export QCSYSPREFIX=$MINGW_USR
|
||||
../../configure \
|
||||
--host=x86_64-w64-mingw32.static \
|
||||
--disable-shared \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue