Commit 9b66238c authored by mef's avatar mef Committed by Commit bot

Fix sanitizer_options_link_helper for iOS.

Review-Url: https://codereview.chromium.org/2369933006
Cr-Commit-Position: refs/heads/master@{#421306}
parent 5c129718
......@@ -109,7 +109,7 @@ if ((is_mac || is_win) && using_sanitizer) {
}
config("sanitizer_options_link_helper") {
if (is_mac) {
if (is_mac || is_ios) {
ldflags = [ "-Wl,-U,_sanitizer_options_link_helper" ]
} else if (!is_win) {
ldflags = [ "-Wl,-u_sanitizer_options_link_helper" ]
......
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