DescriptionMove rpath ldflags under is_component_build
The shared library flags currently being passed should only be passed in
component builds. The location of dylibs in a non-component build is already
known so it’s superfluous to specify additional search paths via rpath.
-search_paths_first is the default on ld starting with the Xcode4 toolchain.
-L. isn’t needed since the absolute path of the dylib is being specified at link time.
R=mark,dpranke,thakis
BUG=345021
Committed: https://crrev.com/465929bd9eccfd0de10965867e0378eee4a24dd5
Cr-Commit-Position: refs/heads/master@{#343793}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|