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

Unified Diff: test/module/src/module.gyp

Issue 9417020: linux: in module test, pass -ldl as a library not ldflag (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
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: test/module/src/module.gyp
diff --git a/test/module/src/module.gyp b/test/module/src/module.gyp
index bb43c30230742047fd4d48fa81dfdcf4962125a9..cc567ef7b5f7b3445be94ddfcb798190f7e7dc93 100644
--- a/test/module/src/module.gyp
+++ b/test/module/src/module.gyp
@@ -15,7 +15,7 @@
'defines': ['PLATFORM_LINUX'],
# Support 64-bit shared libs (also works fine for 32-bit).
'cflags': ['-fPIC'],
- 'ldflags': ['-ldl'],
+ 'libraries': ['-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