Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: tests/unittests/trusted/service_runtime/build.scons

Issue 7677036: Enable the service runtime to use a zero-based sandbox on Linux. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/unittests/trusted/service_runtime/build.scons
diff --git a/tests/unittests/trusted/service_runtime/build.scons b/tests/unittests/trusted/service_runtime/build.scons
index c9eaee46231a7815d897f1b4a88039671b4f7a06..998de71112b1b73d816e83bc12f31119dfa407e3 100644
--- a/tests/unittests/trusted/service_runtime/build.scons
+++ b/tests/unittests/trusted/service_runtime/build.scons
@@ -6,6 +6,9 @@
Import('env')
+if env.Bit('linux'):
+ env.Append(LIBS=['dl'])
+
nacl_memory_test_exe = env.ComponentProgram(
'nacl_memory_test',
'nacl_memory_test.c',

Powered by Google App Engine
This is Rietveld 408576698