| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bc7cc34 commit c304594
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -146,7 +146,9 @@ out/Makefile: config.gypi common.gypi node.gyp \ | |||
| 146 | 146 | tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp | |
| 147 | 147 | $(PYTHON) tools/gyp_node.py -f make | |
| 148 | 148 | ||
| 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 | ||
| 150 | 152 | @if [ -x config.status ]; then \ | |
| 151 | 153 | ./config.status; \ | |
| 152 | 154 | else \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments