We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7cc34 commit c304594Copy full SHA for c304594
Makefile
@@ -146,7 +146,9 @@ out/Makefile: config.gypi common.gypi node.gyp \
146
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
147
$(PYTHON) tools/gyp_node.py -f make
148
149
-config.gypi: configure configure.py
+# node_version.h is listed because the N-API version is taken from there
150
+# and included in config.gypi
151
+config.gypi: configure configure.py src/node_version.h
152
@if [ -x config.status ]; then \
153
./config.status; \
154
else \
0 commit comments