summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/platform.gyp5
-rw-r--r--platform/osx/platform.gyp5
2 files changed, 0 insertions, 10 deletions
diff --git a/platform/ios/platform.gyp b/platform/ios/platform.gyp
index e346b1f81e..6ef980cf08 100644
--- a/platform/ios/platform.gyp
+++ b/platform/ios/platform.gyp
@@ -3,11 +3,6 @@
'loop_lib': 'darwin',
'headless_lib': 'eagl',
},
- 'xcode_settings': {
- # Force all build output to the build directory. Must
- # be an absolute path or xcodebuild will ignore it.
- 'SYMROOT': '<!(cd ../../build/ios-all && pwd)',
- },
'includes': [
'../../mbgl.gypi',
'../../test/test.gypi',
diff --git a/platform/osx/platform.gyp b/platform/osx/platform.gyp
index fca0c46ac7..ed6b66ab73 100644
--- a/platform/osx/platform.gyp
+++ b/platform/osx/platform.gyp
@@ -3,11 +3,6 @@
'loop_lib': 'darwin',
'headless_lib': 'cgl',
},
- 'xcode_settings': {
- # Force all build output to the build directory. Must
- # be an absolute path or xcodebuild will ignore it.
- 'SYMROOT': '<!(cd ../../build/osx-x86_64 && pwd)',
- },
'includes': [
'../../mbgl.gypi',
'../../test/test.gypi',