compile these classes for darwin

This commit is contained in:
Mathieu Lacage
2006-08-29 18:23:19 +02:00
parent 0ad28e0595
commit 56f3965e91

View File

@@ -468,7 +468,7 @@ core.add_sources ([
'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',