summaryrefslogtreecommitdiff
path: root/node_modules/webworker-threads/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/webworker-threads/binding.gyp')
-rw-r--r--node_modules/webworker-threads/binding.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/webworker-threads/binding.gyp b/node_modules/webworker-threads/binding.gyp
new file mode 100644
index 0000000..fcd23db
--- /dev/null
+++ b/node_modules/webworker-threads/binding.gyp
@@ -0,0 +1,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'
+ }
+ }]
+ ]
+ }
+ ]
+}