Private
Public Access
2
0

npmpkg: Fix package.json having invalid main property

Fixes #48

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-12-01 13:59:47 +00:00
parent 96849157c8
commit 36e24bade8
3 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
'cflags_cc!': [ '-fno-rtti', '-fno-exceptions' ],
'cflags!': [ '-fno-exceptions' ],
'defines' : [ 'SWIG',
'SWIGNODE' ],
'SWIGNODE',
'BUILDING_NODE_EXTENSION=1' ],
}
]
}