diff --git a/SConstruct b/SConstruct index 22e994808..96ce62ae0 100644 --- a/SConstruct +++ b/SConstruct @@ -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',