Index: ios/third_party/earl_grey/earl_grey.gyp |
diff --git a/ios/third_party/earl_grey/earl_grey.gyp b/ios/third_party/earl_grey/earl_grey.gyp |
index cdd6fcd14b2956cf5aea3e833f2868aaa5579a98..7cfd3cd8d05e2fdb3325a1475a5f4c7c6027d7d7 100644 |
--- a/ios/third_party/earl_grey/earl_grey.gyp |
+++ b/ios/third_party/earl_grey/earl_grey.gyp |
@@ -272,6 +272,11 @@ |
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer', |
'BUNDLE_IDENTIFIER': 'com.google.earlgrey.EarlGrey', |
'INFOPLIST_FILE': 'src/EarlGrey-Info.plist', |
+ 'DYLIB_INSTALL_NAME_BASE': '@rpath', |
+ 'OTHER_LDFLAGS': [ |
+ '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks', |
+ '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks' |
+ ] |
}, |
'link_settings': { |
'libraries': [ |