summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorYoung Hahn <young@mapbox.com>2014-10-27 15:43:54 -0400
committerYoung Hahn <young@mapbox.com>2014-10-27 15:43:54 -0400
commitf716acb0621e1f4ae04dee4fd648666d469fb176 (patch)
tree4f64996d226488d8477d95bc46f18fed52195c67 /gyp
parent071f92079082aa0676772946d8d40184dcc3d40d (diff)
downloadqtlocation-mapboxgl-f716acb0621e1f4ae04dee4fd648666d469fb176.tar.gz
standalone flag for mbgl-headless
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-headless.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/mbgl-headless.gypi b/gyp/mbgl-headless.gypi
index 5ffc251d22..e71fb7efb9 100644
--- a/gyp/mbgl-headless.gypi
+++ b/gyp/mbgl-headless.gypi
@@ -3,6 +3,7 @@
{ 'target_name': 'mbgl-headless',
'product_name': 'mbgl-headless',
'type': 'static_library',
+ 'standalone_static_library': 1,
'include_dirs': [
'../include',
],