build: no longer have v8-debug.h as dependency.
Ref: https://github.com/nodejs/node/issues/18643 PR-URL: https://github.com/nodejs/node/pull/18677 Refs: https://github.com/nodejs/node/issues/18643 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
d1e80e7cf1
commit
4a1a4bfc7e
1
node.gyp
1
node.gyp
@ -393,7 +393,6 @@
|
|||||||
'src/util-inl.h',
|
'src/util-inl.h',
|
||||||
'deps/http_parser/http_parser.h',
|
'deps/http_parser/http_parser.h',
|
||||||
'deps/v8/include/v8.h',
|
'deps/v8/include/v8.h',
|
||||||
'deps/v8/include/v8-debug.h',
|
|
||||||
# javascript files to make for an even more pleasant IDE experience
|
# javascript files to make for an even more pleasant IDE experience
|
||||||
'<@(library_files)',
|
'<@(library_files)',
|
||||||
# node.gyp is added to the project by default.
|
# node.gyp is added to the project by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user