Commit 49476da4 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

[Mac] Fix @rpath for Content Shell Helper.

Tbr: avi@chromium.org
Bug: 964486, 958976
Change-Id: Ib178de301ee4b4c4b381135a7a5c8a0faadc08a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618172
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#661068}
parent 810c7c9a
...@@ -835,10 +835,12 @@ if (is_mac) { ...@@ -835,10 +835,12 @@ if (is_mac) {
"//sandbox/mac:seatbelt", "//sandbox/mac:seatbelt",
] ]
ldflags = [ ldflags = [
# The helper is in Content Shell.app/Contents/Frameworks/Content Shell Helper.app/Contents/MacOS/ # The helper is in Content Shell.app/Contents/Frameworks/
# Content Shell Framework.framework/Versions/C/Helpers/
# Content Shell Helper.app/Contents/MacOS/
# so set rpath up to the base. # so set rpath up to the base.
"-rpath", "-rpath",
"@executable_path/../../../../../..", "@executable_path/../../../../../../../../../..",
] ]
info_plist_target = ":content_shell_helper_plist" info_plist_target = ":content_shell_helper_plist"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment