Commit 34f99a20 by xzyfer

Fix OSX compilation for Mojavi

parent da10866c
...@@ -28,9 +28,8 @@ ...@@ -28,9 +28,8 @@
} }
}, },
'xcode_settings': { 'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ 'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'-std=c++11' 'CLANG_CXX_LIBRARY': 'libc++',
],
'OTHER_LDFLAGS': [], 'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.7' 'MACOSX_DEPLOYMENT_TARGET': '10.7'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment