2ee65967ad
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 Review URL: https://codereview.chromium.org/1298783003 Cr-Original-Commit-Position: refs/heads/master@{#343793} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 465929bd9eccfd0de10965867e0378eee4a24dd5 |
||
---|---|---|
.. | ||
BUILD.gn | ||
mac_app.py | ||
mac_sdk.gni | ||
rules.gni |