From: Rudolf Polzer Date: Sat, 25 Feb 2012 21:16:04 +0000 (+0100) Subject: fix default of $CC X-Git-Tag: xonotic-v0.6.0~15 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=722250f906e90f29c2cfb999ba97f409a3090a1d;p=xonotic%2Fxonotic.git fix default of $CC --- diff --git a/all b/all index de482c74..a5f5d8ce 100755 --- a/all +++ b/all @@ -942,8 +942,9 @@ case "$cmd" in debug=debug snowleopardhack=false if [ -z "$CC" ]; then - export CC="gcc -DSUPPORTIPV6" + export CC="gcc" fi + export CC="$CC -DSUPPORTIPV6" while :; do case "$1" in -0)