Add preprocessor define for building node.js extensions.
This commit is contained in:
parent
65560a8664
commit
5da4f5794c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
%insert("init") %{
|
||||
#define BUILDING_NODE_EXTENSION
|
||||
#include <node.h>
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue