mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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
6e796581fc
commit
ca8e33aef9
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue