summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/binding_pub.gyp
blob: 3c39933a2dcbe902f54bf0c18c4e31ca0546114f (plain) (blame)
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"]
    }]
}