summaryrefslogtreecommitdiff
path: root/node_modules/webworker-threads/binding.gyp
blob: fcd23db5796e51e26fd2c72aef9372e9bbb73d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  'targets': [
    {
      'target_name': 'WebWorkerThreads',
      'sources': [ 'src/WebWorkerThreads.cc' ],
      'cflags!': [ '-fno-exceptions' ],
      'cflags_cc!': [ '-fno-exceptions' ],
      'conditions': [
        ['OS=="mac"', {
          'xcode_settings': {
            'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
          }
        }]
      ]
    }
  ]
}