commit | 427e3f5dcbcf67d35753a45d7b00cc1fcd47f56f | [log] [tgz] |
---|---|---|
author | Ryan <[email protected]> | Thu May 14 11:16:45 2009 |
committer | Ryan <[email protected]> | Thu May 14 11:16:45 2009 |
tree | 59c006e9c4d927e50b6a84a4e58b5b6c6ac355dc | |
parent | 8d00691f7843c3ef136919e5e996096def8d6046 [diff] [blame] |
Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.
diff --git a/wscript b/wscript index 8a4975a..e846515 100644 --- a/wscript +++ b/wscript
@@ -53,7 +53,8 @@ conf.define("HAVE_CONFIG_H", 1) conf.env.append_value("CCFLAGS", "-DEIO_STACKSIZE=%d" % (4096*8)) - conf.check(lib='rt', uselib_store='RT') + + #conf.check(lib='rt', uselib_store='RT') conf.check(lib='profiler', uselib_store='PROFILER')