Skip to content

Commit

Permalink
Change deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent f8d0435 commit 6510443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rhsplib/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
'xcode_settings': {
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
'CLANG_CXX_LIBRARY': 'libc++'
'CLANG_CXX_LIBRARY': 'libc++',
'MACOSX_DEPLOYMENT_TARGET': '10.15'
},
'link_settings': {
'libraries': [
Expand Down

0 comments on commit 6510443

Please sign in to comment.