Fix some mxe build issues

This commit is contained in:
Bill Currie 2023-03-25 21:36:45 +09:00
parent c59840683d
commit a8efde1dd3
5 changed files with 6 additions and 3 deletions

View file

@ -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 \

View file

@ -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 \