Revert "binding.gyp.cmake: Fix npm builds by stopping dependency on json-c"
This reverts commit 50213f97bc. This sets
JSONPLAT during compilation and doesn't disable it during cmake's configure
process which is done by jenkins. This means that mraa_init_platform_json never
gets define since it's under an #ifndef
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
'SWIGJAVASCRIPT',
|
||||
'FIRMATA=ON',
|
||||
'ONEWIRE=ON',
|
||||
'JSONPLAT=OFF',
|
||||
'BUILDING_NODE_EXTENSION=1',
|
||||
'SWIG_V8_VERSION=0x0<(v8_version)',
|
||||
'V8_VERSION=0x0<(v8_version)'
|
||||
|
||||
Reference in New Issue
Block a user