build: do not put commands in sources variables · nodejs/node@02cd8e0 · GitHub
Skip to content

Commit 02cd8e0

Browse files
zcbenzRafaelGSS
authored andcommitted
build: do not put commands in sources variables
PR-URL: #56885 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 53a7bfc commit 02cd8e0

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

configure.py

Lines changed: 6 additions & 0 deletions

node.gyp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,6 @@
399399
'src/quic/transportparams.h',
400400
'src/quic/quic.cc',
401401
],
402-
'node_cctest_sources': [
403-
'src/node_snapshot_stub.cc',
404-
'<!@("<(python)" tools/search_files.py . test/cctest cc)',
405-
'<!@("<(python)" tools/search_files.py . test/cctest h)',
406-
],
407402
'node_cctest_openssl_sources': [
408403
'test/cctest/test_crypto_clienthello.cc',
409404
'test/cctest/test_node_crypto.cc',

unofficial.gni

Lines changed: 16 additions & 3 deletions

0 commit comments

Comments
 (0)