summaryrefslogtreecommitdiffstats
path: root/rlz/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'rlz/BUILD.gn')
-rw-r--r--rlz/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/rlz/BUILD.gn b/rlz/BUILD.gn
index bc02810..fd5862d 100644
--- a/rlz/BUILD.gn
+++ b/rlz/BUILD.gn
@@ -127,6 +127,7 @@ executable("rlz_id") {
]
deps = [
":rlz_lib",
+ "//build/config/sanitizers:deps",
]
}
@@ -138,6 +139,7 @@ if (is_win) {
]
deps = [
":rlz_lib",
+ "//build/config/sanitizers:deps",
"//third_party/zlib",
]
}