summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-18 17:59:20 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-19 16:28:30 -0700
commit24a9d4794483ad3dfebfbbcea6c4330c779a4c48 (patch)
tree4be2873760372b77c1ca860aac5dddb3f772499b
parentf8c52d5d38fffebabb53c84685552568ebd027ff (diff)
downloadqtlocation-mapboxgl-24a9d4794483ad3dfebfbbcea6c4330c779a4c48.tar.gz
[ios, osx] Remove some non-functional platform.gyp xcode_settings
Refs #4738
-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',