SConstruct
changeset 18 a579c71fdb2a
parent 15 a5b06c32e28a
child 19 bc4690ec2cbb
--- a/SConstruct	Tue Aug 29 18:08:51 2006 +0200
+++ b/SConstruct	Tue Aug 29 18:23:19 2006 +0200
@@ -468,7 +468,7 @@
         'test.cc'
 	])
 env = Environment ()
-if env['PLATFORM'] == 'posix':
+if env['PLATFORM'] == 'posix' or env['PLATFORM'] == 'darwin':
 	core.add_external_dep ('pthread')
 	core.add_sources ([
 		'unix-system-semaphore.cc',