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

Unified Diff: main.scons

Issue 149403: linux: bump deps to get the fcollada fix, add -ldl necessary on some platforms (Closed)
Patch Set: Created 11 years, 5 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: main.scons
diff --git a/main.scons b/main.scons
index 9d357ae44fb77c78d0cee7195d07be34701b2bb9..d241908d762a0e713289667d7f49a86a40ebe434 100644
--- a/main.scons
+++ b/main.scons
@@ -686,7 +686,7 @@ linux_env.Append(
],
CCFLAGS = ['-Wstrict-aliasing', '-m32'],
LINKFLAGS = ['-m32'],
- LIBS = ['pthread', 'rt'],
+ LIBS = ['pthread', 'rt', 'dl'],
NACL_HTP_LIBS = ['ssl', 'crypto'],
BUILD_COMPONENTS = [
'installer/linux'
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698