wscript: fix git commit hash
This commit is contained in:
parent
9da413b2cc
commit
a297a0b5ad
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -130,7 +130,7 @@ def configure(conf):
|
|||
else:
|
||||
conf.env.LIBDIR = conf.env.BINDIR = conf.env.PREFIX
|
||||
|
||||
conf.env.append_unique('DEFINES', 'XASH_BUILD_COMMIT="{0}"'.format(conf.env.GIT_VERSION if conf.env.GITVERSION else 'notset'))
|
||||
conf.env.append_unique('DEFINES', 'XASH_BUILD_COMMIT="{0}"'.format(conf.env.GIT_VERSION if conf.env.GIT_VERSION else 'notset'))
|
||||
|
||||
for i in SUBDIRS:
|
||||
conf.setenv(i, conf.env) # derive new env from global one
|
||||
|
|
Loading…
Add table
Reference in a new issue