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

Unified Diff: runtime/bin/bin.gypi

Issue 9447018: Add -ldl linker flag to libdart_builtin link step. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add linker flag only to linux build. Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 78cc7edc65404771ba1ff8418a341bc71cb924c6..122fb555be75c97239d202d5c9beb9c38bb3f97f 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -219,6 +219,9 @@
['OS=="win"', {'sources/' : [
['exclude', 'fdutils.h'],
]}],
+ ['OS=="linux"',
+ {'ldflags': ['-ldl',],
+ }],
],
},
{
@@ -418,9 +421,6 @@
'defines': [
'DART_SHARED_LIB',
],
- 'ldflags': [
- '-ldl',
- ],
},
],
}],
« 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