deps: histogram: unexport symbols
Fixes: https://github.com/nodejs/node-gyp/issues/1755 Fixes: https://github.com/nodejs/node/issues/27778 PR-URL: https://github.com/nodejs/node/pull/27779 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
6e796581fc
commit
ca8e33aef9
4
deps/histogram/histogram.gyp
vendored
4
deps/histogram/histogram.gyp
vendored
@ -3,6 +3,10 @@
|
||||
{
|
||||
'target_name': 'histogram',
|
||||
'type': 'static_library',
|
||||
'cflags': ['-fvisibility=hidden'],
|
||||
'xcode_settings': {
|
||||
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
|
||||
},
|
||||
'include_dirs': ['src'],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [ 'src' ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user