Skip to content

Commit

Permalink
Revert "chore(node-medley): update MACOSX_DEPLOYMENT_TARGET to 12.0"
Browse files Browse the repository at this point in the history
This reverts commit 612ec34.
  • Loading branch information
vittee committed May 20, 2024
1 parent d9fb3d7 commit 39d6f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-medley/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI': 'YES',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
'MACOSX_DEPLOYMENT_TARGET': '12.0'
'MACOSX_DEPLOYMENT_TARGET': '10.9'
},
'configurations': {
'Debug': {
Expand Down

0 comments on commit 39d6f7b

Please sign in to comment.