Index: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
index d29076f4b06588b2568ac6ffada086081a01cb80..9d519b749dfb1430e23c091fb4aa3fccc5ce2217 100644 |
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
@@ -9,7 +9,7 @@ if (is_mac) { |
# Allows the source set to inject ldflags for targets that link to it. |
config("util_link_config") { |
if (is_mac) { |
- ldflags = [ "/usr/lib/libbsm.dylib" ] |
+ libs = [ "bsm" ] |
} |
} |