1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ 'targets': [{ 'target_name': "unit-http", 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ], 'conditions': [ ['OS=="mac"', { 'xcode_settings': { 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES' } }] ], 'sources': ["unit.cpp", "addon.cpp"], 'libraries': ["-lunit"] }] }