summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 00fc126..8405417 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2243,14 +2243,6 @@
}, { # else: branding!="Chrome"
'defines': ['CHROMIUM_BUILD'],
}],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'LD_RUNPATH_SEARCH_PATHS': [
- # To find dylibs such as libexif.
- '@loader_path/.',
- ],
- },
- }],
['OS=="mac" and component=="shared_library"', {
'xcode_settings': {
'DYLIB_INSTALL_NAME_BASE': '@rpath',