Files
shadowsocks-over-websocket/node_modules/bufferutil/binding.gyp

15 lines
334 B
Plaintext
Raw Normal View History

2017-04-06 09:21:19 +08:00
{
'targets': [
{
'target_name': 'bufferutil',
'include_dirs': ["<!(node -e \"require('nan')\")"],
'sources': [ 'src/bufferutil.cc' ],
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.8',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'CLANG_CXX_LIBRARY': 'libc++'
}
}
]
}