From 3aa494bbbd96097d73282160007f0b43c1cbb431 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 20 Dec 2012 16:00:50 +0100 Subject: [PATCH] compile only gmqcc --- misc/tools/all/xonotic.subr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 4d168ad1..729a18ac 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -207,7 +207,11 @@ case "$cmd" in if $cleanqcc; then verbose make $MAKEFLAGS clean fi - verbose make $MAKEFLAGS + if [ -n "$WE_HATE_OUR_USERS" ]; then + verbose make $MAKEFLAGS gmqcc.exe + else + verbose make $MAKEFLAGS gmqcc + fi verbose cd "$d0/data/xonotic-data.pk3dir" if $cleanqc; then -- 2.39.2