Commit e3934435 authored by Brett Wilson's avatar Brett Wilson

Add "rt" to libs of GN build linux sandbox unittests.

This is causing a compile failure in component mode.

TBR=dpranke

Review URL: https://codereview.chromium.org/566023003

Cr-Commit-Position: refs/heads/master@{#294658}
parent 1f663f57
......@@ -86,6 +86,8 @@ test("sandbox_linux_unittests") {
"//testing/gtest",
]
libs = [ "rt" ]
if (compile_suid_client) {
sources += [
"suid/client/setuid_sandbox_client_unittest.cc",
......
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