use plural 'pthreads' on solaris

This commit is contained in:
Dane Springmeyer 2010-10-12 05:25:32 +00:00
parent ca5d44032e
commit b498f858c5

View file

@ -1060,6 +1060,8 @@ if not preconfigured:
# but will retain logic for future use
#if platform.mac_ver()[0].startswith('10.5'):
# common_cxx_flags += '-DOSX_LEOPARD '
elif env['PLATFORM'] == 'SunOS':
pthread = '-pthreads'
else:
pthread = '-pthread'