Index: ios/third_party/ochamcrest/ochamcrest.gyp |
diff --git a/ios/third_party/ochamcrest/ochamcrest.gyp b/ios/third_party/ochamcrest/ochamcrest.gyp |
index 9ca749bac2dc6c5966b12ab88b3b156ac416101f..bf1ec1b2b7eb33b55dd94c4b0caf8c2c27f8a121 100644 |
--- a/ios/third_party/ochamcrest/ochamcrest.gyp |
+++ b/ios/third_party/ochamcrest/ochamcrest.gyp |
@@ -230,6 +230,11 @@ |
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer', |
'PRODUCT_BUNDLE_IDENTIFIER': 'org.hamcrest.OCHamcrest.OCHamcrest-iOS', |
'INFOPLIST_FILE': 'src/Source/OCHamcrest-Info.plist', |
+ 'DYLIB_INSTALL_NAME_BASE': '@rpath', |
+ 'OTHER_LDFLAGS': [ |
+ '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks', |
+ '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks' |
+ ] |
}, |
'include_dirs': [ |
'src', |