| Index: tests/multiple_sandboxes/nacl.scons
|
| diff --git a/tests/multiple_sandboxes/nacl.scons b/tests/multiple_sandboxes/nacl.scons
|
| index dcff1949c5553be0745a774712a998ccb7fe040a..b28b2c526dc81478020880f80ef8d6d81edfc015 100644
|
| --- a/tests/multiple_sandboxes/nacl.scons
|
| +++ b/tests/multiple_sandboxes/nacl.scons
|
| @@ -20,6 +20,9 @@ elif trusted_env.Bit('target_arm'):
|
|
|
| DEBUG_LIBS = ['debug_stub_init', 'gdb_rsp', 'debug_stub']
|
|
|
| +if trusted_env.Bit('linux'):
|
| + trusted_env.Append(LIBS=['dl'])
|
| +
|
| runner = trusted_env.ComponentProgram(
|
| 'multidomain_test_host', ['multidomain_test_host.c'],
|
| EXTRA_LIBS=['sel',
|
|
|