Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: fix c++ code coverage on macOS
Recent libtool on macOS does not support the --coverage flag that was being passed through in the final linking stage. This change patches gyp-mac-tool to not pass the --coverage flag through to libtool. It is now possible to generate code coverage for src/ on macOS. Fixes: nodejs#19057
- Loading branch information