Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent 0d2a92b commit ff08ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rhsplib/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
}
],
[
'OS=="darwin" and target_arch=="x86_64"', {
'OS=="mac" and target_arch=="x86_64"', {
'cflags+': ['-fvisibility=hidden'],
'xcode_settings': {
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
}
},
'link_settings': {
'libraries': [
'-L<(module_root_dir)/RHSPlib/build-darwinX64/',
Expand Down

0 comments on commit ff08ee8

Please sign in to comment.