summaryrefslogtreecommitdiff
path: root/gyp/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r--gyp/common.gypi31
1 files changed, 3 insertions, 28 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 3a2024415f..67a8dcd9d7 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -1,36 +1,11 @@
{
+ 'includes': [
+ './variables.gypi',
+ ],
'variables': {
'install_prefix%': '',
'standalone_product_dir':'<!@(pwd)/build',
- 'core_library%': 'mbgl-core',
- 'headless_library%': 'mbgl-headless',
},
- 'conditions': [
- ['platform == "osx"', {
- 'variables': {
- 'platform_library%': 'mbgl-osx',
- 'storage_library%': 'mbgl-storage-cocoa',
- },
- }],
- ['platform == "ios"', {
- 'variables': {
- 'platform_library%': 'mbgl-ios',
- 'storage_library%': 'mbgl-storage-cocoa',
- },
- }],
- ['platform == "linux"', {
- 'variables': {
- 'platform_library%': 'mbgl-linux',
- 'storage_library%': 'mbgl-storage-curl',
- },
- }],
- ['platform == "android"', {
- 'variables': {
- 'platform_library%': 'mbgl-android',
- 'storage_library%': 'mbgl-storage-curl',
- },
- }],
- ],
'target_defaults': {
'default_configuration': 'Release',
'conditions': [