summaryrefslogtreecommitdiff
path: root/gyp/variables.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/variables.gypi')
-rw-r--r--gyp/variables.gypi32
1 files changed, 0 insertions, 32 deletions
diff --git a/gyp/variables.gypi b/gyp/variables.gypi
deleted file mode 100644
index fd76adfb7a..0000000000
--- a/gyp/variables.gypi
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- 'variables': {
- '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',
- },
- }],
- ],
-} \ No newline at end of file