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

Unified Diff: base/base.gypi

Issue 656014: Add '-ldl' to Linux targets that use dynamic loader functions. (Closed)
Patch Set: Created 10 years, 10 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 | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 66094b9d3dd1277968874bccd1e8b2ad193abc59..8409fd6bcb950ee86064ea13a1ae7840af118754 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -380,6 +380,8 @@
'libraries': [
# We need rt for clock_gettime().
'-lrt',
+ # For 'native_library_linux.cc'
+ '-ldl',
],
},
}],
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698