mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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
4716caa12e
commit
3b6424fa29
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…
Reference in New Issue
Block a user