Skip to content

Commit f679af1

Browse files
committed
build: fix missing symbol error in debug build
Link in a dummy BuiltinCanAllocate, otherwise the link step fails with a missing symbol error in debug builds. Signed-off-by: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 4241d0d commit f679af1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@
383383
'toolsets': ['target'],
384384
'sources': [
385385
'<(V8_ROOT)/src/init/setup-isolate-deserialize.cc',
386+
'<(V8_ROOT)/src/snapshot/builtins-effects-dummy.cc',
386387
],
387388
'xcode_settings': {
388389
# V8 7.4 over macOS10.11 compatibility

0 commit comments

Comments
 (0)