binding.gyp.cmake: Fix npm builds by stopping dependency on json-c
This disables JSONPLAT but means we can build on stuff without json-c Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
'SWIGJAVASCRIPT',
|
'SWIGJAVASCRIPT',
|
||||||
'FIRMATA=ON',
|
'FIRMATA=ON',
|
||||||
'ONEWIRE=ON',
|
'ONEWIRE=ON',
|
||||||
|
'JSONPLAT=OFF',
|
||||||
'BUILDING_NODE_EXTENSION=1',
|
'BUILDING_NODE_EXTENSION=1',
|
||||||
'SWIG_V8_VERSION=0x0<(v8_version)',
|
'SWIG_V8_VERSION=0x0<(v8_version)',
|
||||||
'V8_VERSION=0x0<(v8_version)'
|
'V8_VERSION=0x0<(v8_version)'
|
||||||
|
|||||||
Reference in New Issue
Block a user