Skip to content

Commit ae57f51

Browse files
committed
fixup! build: build codecache and snapshot with libnode
1 parent 1fabe7a commit ae57f51

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ def configure_node_lib_files(o):
18181818
o['variables']['node_library_files'] = SearchFiles('lib', 'js')
18191819

18201820
def configure_node_cctest_sources(o):
1821-
o['variables']['node_cctest_sources'] = [ 'src/node_snapshot_stub.cc' ] + \
1821+
o['variables']['node_cctest_sources'] = [] + \
18221822
SearchFiles('test/cctest', 'cc') + \
18231823
SearchFiles('test/cctest', 'h')
18241824

node.gyp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,6 @@
12851285
'NODE_WANT_INTERNALS=1',
12861286
],
12871287
'sources': [
1288-
'src/node_snapshot_stub.cc',
12891288
'test/fuzzers/fuzz_env.cc',
12901289
],
12911290
'conditions': [
@@ -1330,7 +1329,6 @@
13301329
'NODE_WANT_INTERNALS=1',
13311330
],
13321331
'sources': [
1333-
'src/node_snapshot_stub.cc',
13341332
'test/fuzzers/fuzz_ClientHelloParser.cc',
13351333
],
13361334
'conditions': [
@@ -1379,7 +1377,6 @@
13791377
'NODE_WANT_INTERNALS=1',
13801378
],
13811379
'sources': [
1382-
'src/node_snapshot_stub.cc',
13831380
'test/fuzzers/fuzz_strings.cc',
13841381
],
13851382
'conditions': [
@@ -1561,7 +1558,6 @@
15611558
],
15621559

15631560
'sources': [
1564-
'src/node_snapshot_stub.cc',
15651561
'test/embedding/embedtest.cc',
15661562
],
15671563

0 commit comments

Comments
 (0)