Author: [email protected]
Date: Wed Apr 1 00:17:29 2009
New Revision: 1662
Modified:
branches/bleeding_edge/SConstruct
Log:
Merge r1636 from trunk to bleeding edge.
Changelist http://codereview.chromium.org/56056 was committed directly to
trunk by addident.
Review URL: http://codereview.chromium.org/60005
Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct (original)
+++ branches/bleeding_edge/SConstruct Wed Apr 1 00:17:29 2009
@@ -107,6 +107,9 @@
},
'os:linux': {
'CCFLAGS': ['-ansi'],
+ 'library:shared': {
+ 'LIBS': ['pthread', 'rt']
+ }
},
'os:macos': {
'CCFLAGS': ['-ansi'],
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---