compile these classes for darwin
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue Aug 29 18:23:19 2006 +0200 (2006-08-29)
changeset 18a579c71fdb2a
parent 17 b959311b6aa1
child 19 bc4690ec2cbb
compile these classes for darwin
SConstruct
     1.1 --- a/SConstruct	Tue Aug 29 18:08:51 2006 +0200
     1.2 +++ b/SConstruct	Tue Aug 29 18:23:19 2006 +0200
     1.3 @@ -468,7 +468,7 @@
     1.4          'test.cc'
     1.5  	])
     1.6  env = Environment ()
     1.7 -if env['PLATFORM'] == 'posix':
     1.8 +if env['PLATFORM'] == 'posix' or env['PLATFORM'] == 'darwin':
     1.9  	core.add_external_dep ('pthread')
    1.10  	core.add_sources ([
    1.11  		'unix-system-semaphore.cc',