Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 9b7f85a2040cfe8184d73ca64ee3a17acf98301a..3968c325d1e1cedbe9ebd4fac1f8a16aacf62324 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -650,6 +650,10 @@ if (is_mac) { |
deps = [ |
":content_shell_framework+link", |
] |
+ ldflags = [ |
+ "-rpath", |
+ "@loader_path/../../../../../..", |
+ ] |
info_plist_target = ":content_shell_helper_plist" |
} |