mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-14 19:42:49 +00:00
17 lines
336 B
Python
17 lines
336 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'bson',
|
|
'sources': [ 'ext/bson.cc' ],
|
|
'cflags!': [ '-fno-exceptions' ],
|
|
'cflags_cc!': [ '-fno-exceptions' ],
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'xcode_settings': {
|
|
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
|
|
}
|
|
}]
|
|
]
|
|
}
|
|
]
|
|
} |