summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-27 12:34:10 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-27 12:34:10 -0700
commit071f92079082aa0676772946d8d40184dcc3d40d (patch)
treeff096f6ef651d05d24793e96072d3677f8d972c5 /gyp
parentc3f3b9ddd52a3f1540eb6eb6711caca7efc4a8fb (diff)
downloadqtlocation-mapboxgl-071f92079082aa0676772946d8d40184dcc3d40d.tar.gz
mark as standalone static libraries so they get placed into the correct directory on non-osx targets
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-ios.gypi1
-rw-r--r--gyp/mbgl-linux.gypi1
-rw-r--r--gyp/mbgl-osx.gypi1
-rw-r--r--gyp/mbgl.gypi1
4 files changed, 4 insertions, 0 deletions
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index dbad60086c..4398f04ebc 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -28,6 +28,7 @@
{ 'target_name': 'mbgl-ios',
'product_name': 'mbgl-ios',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'include_dirs': [
'../include',
diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi
index 39a1755569..6d8631e8dc 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,
'include_dirs': [
'../include'
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index ba117e5a59..80af5b97a3 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,
'include_dirs': [
'../include',
diff --git a/gyp/mbgl.gypi b/gyp/mbgl.gypi
index f268fd6255..0d914f46f4 100644
--- a/gyp/mbgl.gypi
+++ b/gyp/mbgl.gypi
@@ -3,6 +3,7 @@
{ 'target_name': 'mbgl',
'product_name': 'mbgl',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'dependencies': [
'shaders',