summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 12:00:01 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-29 12:00:01 -0400
commit4cf24fe9592cfd5c6d44ffc03f0dc836401f9d75 (patch)
treeaa448c3cc0c4e973ebb4dd391cba191a7a087ddd /gyp
parent293b291b80f6fc42b6551bbb50e702815ac7a4a3 (diff)
downloadqtlocation-mapboxgl-4cf24fe9592cfd5c6d44ffc03f0dc836401f9d75.tar.gz
mark static libs as standalone
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-headless.gypi1
-rw-r--r--gyp/mbgl-ios.gypi1
-rw-r--r--gyp/mbgl-linux.gypi1
-rw-r--r--gyp/mbgl-osx.gypi1
4 files changed, 4 insertions, 0 deletions
diff --git a/gyp/mbgl-headless.gypi b/gyp/mbgl-headless.gypi
index 644f164866..08ac211814 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',
],
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index 3fce6c2499..1baf06c1f3 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -27,6 +27,7 @@
{ 'target_name': 'mbgl-ios',
'product_name': 'mbgl-ios',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'sources': [
'../platform/ios/cache_database_library.mm',
diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi
index b15cf0e253..f1ff1e3c95 100644
--- a/gyp/mbgl-linux.gypi
+++ b/gyp/mbgl-linux.gypi
@@ -3,6 +3,7 @@
{ 'target_name': 'mbgl-linux',
'product_name': 'mbgl-linux',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'variables': {
'cflags_cc': [
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index 6c98265bbd..38aea690f4 100644
--- a/gyp/mbgl-osx.gypi
+++ b/gyp/mbgl-osx.gypi
@@ -3,6 +3,7 @@
{ 'target_name': 'mbgl-osx',
'product_name': 'mbgl-osx',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'sources': [
'../platform/osx/cache_database_application_support.mm',