better defaults for git metadata
This commit is contained in:
parent
64b614c570
commit
2ce6a317dd
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ dep_libs = ''.join([' -l%s' % i for i in env['LIBMAPNIK_LIBS']])
|
|||
# remove local agg from public linking
|
||||
dep_libs = dep_libs.replace('-lagg','')
|
||||
|
||||
git_revision = ''
|
||||
git_describe = ''
|
||||
git_revision = 'N/A'
|
||||
git_describe = config_env['MAPNIK_VERSION_STRING']
|
||||
|
||||
try:
|
||||
git_cmd = "git rev-list --max-count=1 HEAD"
|
||||
|
|
Loading…
Reference in a new issue