mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 10:41:34 +00:00
Use the proper gmqcc binary.
This commit is contained in:
parent
3fc01417ed
commit
b9b2f96253
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user