Skip to content

Commit

Permalink
Added support for OS X 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingraves committed Jul 27, 2016
1 parent c24245e commit 537d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'_SSIZE_T_',
]
}],
['OSX_VER == "10.9" or OSX_VER == "10.10" or OSX_VER == "10.11"', {
['OSX_VER == "10.9" or OSX_VER == "10.10" or OSX_VER == "10.11" or OSX_VER == "10.12"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'OTHER_CFLAGS': [
Expand Down

0 comments on commit 537d802

Please sign in to comment.