Skip to content

Commit 960651f

Browse files
qbitMayaLekova
authored andcommitted
v8: add missing ',' in OpenBSD's 'sources' section.
Add stack_trace_posix to 'sources' as well. Fixes nodejs#15784 Fixes nodejs/help#992 add stack_trace_posix to OpenBSD's sources PR-URL: nodejs#18448 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b8f94e2 commit 960651f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/v8/src/v8.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -2068,9 +2068,10 @@
20682068
'-L/usr/local/lib -lexecinfo',
20692069
]},
20702070
'sources': [
2071+
'base/debug/stack_trace_posix.cc',
20712072
'base/platform/platform-openbsd.cc',
20722073
'base/platform/platform-posix.h',
2073-
'base/platform/platform-posix.cc'
2074+
'base/platform/platform-posix.cc',
20742075
'base/platform/platform-posix-time.h',
20752076
'base/platform/platform-posix-time.cc',
20762077
],

0 commit comments

Comments
 (0)