From: bones_was_here Date: Sat, 6 Jun 2020 09:17:13 +0000 (+1000) Subject: qcsrc/Makefile: set default QCC path to the location of gmqcc in a git build X-Git-Tag: xonotic-v0.8.5~916^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c565c8cd75ad6b415a28645d3fa4e34a8c7ae633;p=xonotic%2Fxonotic-data.pk3dir.git qcsrc/Makefile: set default QCC path to the location of gmqcc in a git build --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 7c8e3b8ad..31daed334 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -1,5 +1,5 @@ CPP := cc -xc -E -QCC ?= gmqcc +QCC ?= ../../../../gmqcc/gmqcc PROGS_OUT ?= .. WORKDIR ?= ../.tmp