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

Unified Diff: SConstruct

Issue 3575015: entd: add libdl for dlopen and friends (Closed) Base URL: http://git.chromium.org/git/entd.git
Patch Set: Created 10 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 2b992615ba228b88a693caa480a86e6ca2570885..62388f5db10a432c1a9d2a9fa3952ff169c51d86 100644
--- a/SConstruct
+++ b/SConstruct
@@ -17,6 +17,7 @@ def build():
LINKFLAGS=['-fPIC'],
LIBS=['base',
'rt',
+ 'dl',
'pthread',
'v8',
'event',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698