Private
Public Access
2
0

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:
Brendan Le Foll
2016-08-03 16:49:29 +01:00
parent e675123d50
commit 50213f97bc

View File

@@ -33,6 +33,7 @@
'SWIGJAVASCRIPT',
'FIRMATA=ON',
'ONEWIRE=ON',
'JSONPLAT=OFF',
'BUILDING_NODE_EXTENSION=1',
'SWIG_V8_VERSION=0x0<(v8_version)',
'V8_VERSION=0x0<(v8_version)'