summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 17:22:36 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 17:22:36 -0400
commit4cfb4b130fce9912d636ba832544bf73b38b7484 (patch)
tree7560e4dc547a3c3030a401699258c88e4d68ff45 /gyp
parenta8b5f56049ab949f88bbc47c23405093a8753f7a (diff)
downloadqtlocation-mapboxgl-4cfb4b130fce9912d636ba832544bf73b38b7484.tar.gz
fix xproj target
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-core.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/mbgl-core.gypi b/gyp/mbgl-core.gypi
index c4b6712833..e6b90a6b27 100644
--- a/gyp/mbgl-core.gypi
+++ b/gyp/mbgl-core.gypi
@@ -48,6 +48,10 @@
{
'target_name': 'mbgl-standalone',
'type': 'none',
+ 'hard_dependency': 1,
+ 'dependencies': [
+ 'mbgl-core'
+ ],
'variables': {
'core_lib':'<(PRODUCT_DIR)/libmbgl-core.a',
'standalone_lib':'<(PRODUCT_DIR)/libmbgl.a'