Commit d04bcea7 by Dean Mao

make it compile in linux, add linux binary

parent 0f7fba37
#include <v8.h>
#include <node.h>
#include <string>
#include <cstring>
#include <cstdlib>
#include "libsass/sass_interface.h"
......
......@@ -21,6 +21,11 @@
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}],
['OS=="linux"', {
'cflags_cc': [
'-fexceptions'
]
}]
]
}
......
This diff was suppressed by a .gitattributes entry.
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