Commit 73842f29 by Farrin Reid

[build] suppress exception handling from being disabled adresses #36

parent f0fb918b
......@@ -17,6 +17,8 @@
'libsass/sass_interface.cpp',
'libsass/selector.cpp'
],
'cflags!' : [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
'conditions': [
['OS=="mac"', {
'xcode_settings': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment