Skip to content

Commit

Permalink
Switch to -Wl,-install_name,@rpath/...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Nov 12, 2020
1 parent 1e5d216 commit 7640de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/osx/crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6077,8 +6077,7 @@ def _impl(ctx):
flag_groups = [
flag_group(
flags = [
"-install_name",
"@rpath/%{runtime_solib_name}",
"-Wl,-install_name,@rpath/%{runtime_solib_name}",
],
expand_if_available = "runtime_solib_name",
),
Expand Down

0 comments on commit 7640de5

Please sign in to comment.