Skip to content

build: fix building addons in debug mode

After cleaning addons, running make build-addons failed when Node was configured for debug mode, because the Makefile was expecting build/Release/ addon paths, not build/Debug/ addon paths.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Merge request reports

Loading