projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc0141
)
Use the proper gmqcc binary.
author
Rudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 11:17:30 +0000
(13:17 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 11:17:30 +0000
(13:17 +0200)
misc/tools/all/release.subr
patch
|
blob
|
history
diff --git
a/misc/tools/all/release.subr
b/misc/tools/all/release.subr
index ffb6f5842f33e4c7681511a918a442a89e06c5ad..40cd4b8df301ef910a762658e67558646f5c33de 100644
(file)
--- a/
misc/tools/all/release.subr
+++ b/
misc/tools/all/release.subr
@@
-260,7
+260,8
@@
case "$cmd" in
;;
release-qc)
release_common
- verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source QCC="$d0/Xonotic/gmqcc/gmqcc.linux64" XON_BUILDSYSTEM=1 clean all
+ verbose make -C "$d0/gmqcc" all
+ verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source QCC="$d0/gmqcc/gmqcc" XON_BUILDSYSTEM=1 clean all
;;
release-buildpk3-transform-raw)
release_common