mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: fixups for sunos
This commit is contained in:
parent
d7c16fa372
commit
e4e1917936
@ -150,7 +150,10 @@ def configure_node(o):
|
||||
o['variables']['node_use_dtrace'] = 'true' if options.with_dtrace else 'false'
|
||||
o['variables']['host_arch'] = host_arch()
|
||||
o['variables']['target_arch'] = target_arch()
|
||||
o['variables']['visibility'] = '' # -fvisibility=hidden doesn't work with older gccs
|
||||
|
||||
# TODO move to node.gyp
|
||||
if sys.platform == 'sunos5':
|
||||
o['variables']['visibility'] = '' # FIXME -fvisibility=hidden, should be a gcc check
|
||||
|
||||
|
||||
def configure_libz(o):
|
||||
|
Loading…
Reference in New Issue
Block a user