Skip to content

Commit

Permalink
deps: histogram: unexport symbols
Browse files Browse the repository at this point in the history
Fixes: nodejs/node-gyp#1755
Fixes: #27778
PR-URL: #27779
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
bnoordhuis authored and targos committed May 23, 2019
1 parent 4716caa commit 3b6424f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/histogram/histogram.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down

0 comments on commit 3b6424f

Please sign in to comment.