mirror of https://github.com/nodejs/node.git
build: use -pthreads (not -pthread) on Solaris
parent
2d7b43f466
commit
3c68c85f18
|
@ -139,6 +139,12 @@
|
|||
'cflags': [ '-ansi' ],
|
||||
'ldflags': [ '-rdynamic' ],
|
||||
}],
|
||||
[ 'OS=="solaris"', {
|
||||
'cflags': [ '-pthreads' ],
|
||||
'ldflags': [ '-pthreads' ],
|
||||
'cflags!': [ '-pthread' ],
|
||||
'ldflags!': [ '-pthread' ],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
|
|
Loading…
Reference in New Issue