]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
qcsrc/Makefile: set default QCC path to the location of gmqcc in a git build
authorbones_was_here <bones_was_here@yahoo.com.au>
Sat, 6 Jun 2020 09:17:13 +0000 (19:17 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Sat, 6 Jun 2020 09:17:13 +0000 (19:17 +1000)
qcsrc/Makefile

index 7c8e3b8ad16f7207d5296f16a4cde3a61863c540..31daed334cc7e51a566c699fed519d44c34a9897 100644 (file)
@@ -1,5 +1,5 @@
 CPP := cc -xc -E
-QCC ?= gmqcc
+QCC ?= ../../../../gmqcc/gmqcc
 
 PROGS_OUT ?= ..
 WORKDIR ?= ../.tmp