use plural 'pthreads' on solaris
This commit is contained in:
parent
ca5d44032e
commit
b498f858c5
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue