File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 857
857
'dependencies' : [
858
858
'deps/googletest/googletest.gyp:gtest_prod' ,
859
859
'deps/histogram/histogram.gyp:histogram' ,
860
- 'deps/simdjson/simdjson.gyp:simdjson' ,
861
860
'deps/simdutf/simdutf.gyp:simdutf' ,
862
861
'deps/nbytes/nbytes.gyp:nbytes' ,
863
862
'node_js2c#host' ,
1180
1179
'deps/googletest/googletest.gyp:gtest' ,
1181
1180
'deps/googletest/googletest.gyp:gtest_main' ,
1182
1181
'deps/histogram/histogram.gyp:histogram' ,
1183
- 'deps/simdjson/simdjson.gyp:simdjson' ,
1184
1182
'deps/simdutf/simdutf.gyp:simdutf' ,
1185
1183
'deps/nbytes/nbytes.gyp:nbytes' ,
1186
1184
],
1373
1371
'<(node_lib_target_name)' ,
1374
1372
'deps/histogram/histogram.gyp:histogram' ,
1375
1373
'deps/nbytes/nbytes.gyp:nbytes' ,
1376
- 'deps/simdjson/simdjson.gyp:simdjson' ,
1377
1374
'deps/simdutf/simdutf.gyp:simdutf' ,
1378
1375
],
1379
1376
Original file line number Diff line number Diff line change 216
216
'dependencies' : [ 'deps/ada/ada.gyp:ada' ],
217
217
}],
218
218
219
+ [ 'node_shared_simdjson=="false"' , {
220
+ 'dependencies' : [ 'deps/simdjson/simdjson.gyp:simdjson' ],
221
+ }],
222
+
219
223
[ 'node_shared_brotli=="false"' , {
220
224
'dependencies' : [ 'deps/brotli/brotli.gyp:brotli' ],
221
225
}],
You can’t perform that action at this time.
0 commit comments