We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-addons-napi
1 parent 53b587a commit 6bb2b5aCopy full SHA for 6bb2b5a
Makefile
@@ -370,6 +370,7 @@ ADDONS_NAPI_BINDING_GYPS := \
370
$(wildcard test/addons-napi/*/binding.gyp))
371
372
ADDONS_NAPI_BINDING_SOURCES := \
373
+ $(filter-out test/addons-napi/??_*/*.c, $(wildcard test/addons-napi/*/*.c)) \
374
$(filter-out test/addons-napi/??_*/*.cc, $(wildcard test/addons-napi/*/*.cc)) \
375
$(filter-out test/addons-napi/??_*/*.h, $(wildcard test/addons-napi/*/*.h))
376
0 commit comments