Commit 4fb738fb by Cezary Kulakowski Committed by Commit Bot

Fix for linking of non-component angle_unittests

Bug: chromium:927650 Change-Id: Ib944dee7e537820af53eb12538c33e7d0c4fbd68 Reviewed-on: https://chromium-review.googlesource.com/c/1449631Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent a5410480
...@@ -948,6 +948,13 @@ angle_shared_library("libfeature_support${angle_libs_suffix}") { ...@@ -948,6 +948,13 @@ angle_shared_library("libfeature_support${angle_libs_suffix}") {
"${angle_jsoncpp_dir}:jsoncpp_config", "${angle_jsoncpp_dir}:jsoncpp_config",
] ]
if (is_mac && !is_component_build) {
ldflags = [
"-install_name",
"@rpath/${target_name}.dylib",
]
}
sources = [ sources = [
"src/feature_support_util/feature_support_util.cpp", "src/feature_support_util/feature_support_util.cpp",
"src/feature_support_util/feature_support_util.h", "src/feature_support_util/feature_support_util.h",
......
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