From: Rudolf Polzer Date: Fri, 4 Jun 2010 18:40:49 +0000 (+0200) Subject: CC=gcc fix for mingw32 X-Git-Tag: xonotic-v0.1.0preview~438 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=8dcc13e685f1518c9937d214053e8dadcf64de05 CC=gcc fix for mingw32 --- diff --git a/all b/all index 40ba27be..b8e59d63 100755 --- a/all +++ b/all @@ -433,6 +433,9 @@ case "$cmd" in compile) if [ -n "$WE_HATE_OUR_USERS" ]; then TARGETS="sv-debug cl-debug" + if [ -z "$CC" ]; then + export CC=gcc + fi else TARGETS="sv-debug cl-debug sdl-debug" fi