Skip to content

Commit c304594

Browse files
addaleaxBridgeAR
authored andcommitted
build: re-run configure on node_version.h change
Fixes: #29509 PR-URL: #29510 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent bc7cc34 commit c304594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ out/Makefile: config.gypi common.gypi node.gyp \
146146
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
147147
$(PYTHON) tools/gyp_node.py -f make
148148

149-
config.gypi: configure configure.py
149+
# 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
150152
@if [ -x config.status ]; then \
151153
./config.status; \
152154
else \

0 commit comments

Comments
 (0)