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

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: 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..3ae639b59075d3b9ab913df430bd56be250b5eb9 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -220,6 +220,9 @@
['exclude', 'fdutils.h'],
]}],
],
+ 'ldflags': [
Anders Johnsen 2012/02/23 14:10:39 Win32?
Bill Hesse 2012/02/23 14:20:14 Good point. This should only be done on the linux
+ '-ldl',
+ ],
},
{
'target_name': 'libdart_withcore',
@@ -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