From: Rudolf Polzer Date: Sat, 8 May 2010 18:54:22 +0000 (+0200) Subject: try forcing the mingw target on win32 X-Git-Tag: xonotic-v0.1.0preview~465 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a43bab84228345c49d6f9ea60b5b4ad34616c588 try forcing the mingw target on win32 --- diff --git a/all b/all index 76914d71..6684d2bd 100755 --- a/all +++ b/all @@ -448,6 +448,9 @@ case "$cmd" in MAKEFLAGS="$MAKEFLAGS DP_LINK_TO_LIBJPEG=1" ;; esac + if [ -n "$WE_HATE_OUR_USERS" ]; then + MAKEFLAGS="$MAKEFLAGS DP_MAKE_TARGET=mingw" + fi fi enter "$d0/fteqcc" verbose if $clean; then