Skip to content

Commit

Permalink
Fix OSX compilation for Mojavi
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 25, 2019
1 parent da10866 commit 34f99a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions binding.gyp
Expand Up @@ -28,9 +28,8 @@
}
},
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++11'
],
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'CLANG_CXX_LIBRARY': 'libc++',
'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.7'
Expand Down

0 comments on commit 34f99a2

Please sign in to comment.