summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-08 16:59:02 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-08 16:59:02 +0100
commit5a3d0b0d3aa7b9e5e67457b39a765d87c53439cc (patch)
treec354c5128495fa3ddfedeb0566132f8948517934 /gyp
parent0a84deef91c88e382091f0d428bc1192afbe0adc (diff)
downloadqtlocation-mapboxgl-5a3d0b0d3aa7b9e5e67457b39a765d87c53439cc.tar.gz
don't print more information when a tag actually is available
Diffstat (limited to 'gyp')
-rw-r--r--gyp/version.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/version.gypi b/gyp/version.gypi
index 73b2f668db..ca68f0eb57 100644
--- a/gyp/version.gypi
+++ b/gyp/version.gypi
@@ -14,7 +14,7 @@
'<(SHARED_INTERMEDIATE_DIR)/include/mbgl/util/version.hpp',
'<(SHARED_INTERMEDIATE_DIR)/src/mbgl/util/mbgl_version.cpp',
],
- 'action': ['<@(python)', 'scripts/build-version.py', '<(SHARED_INTERMEDIATE_DIR)', '<!@(git describe --tags --always --abbrev=8)', '<!@(git rev-parse --short=8 HEAD)'],
+ 'action': ['<@(python)', 'scripts/build-version.py', '<(SHARED_INTERMEDIATE_DIR)', '<!@(git describe --tags --always --abbrev=0)', '<!@(git rev-parse HEAD)'],
}
],
'direct_dependent_settings': {