Skip to content

Commit

Permalink
[gyp] fix broken source list for openbsd.
Browse files Browse the repository at this point in the history
[email protected]

Fixes nodejs/node#15784

Change-Id: I4453023a5a6c8ace45b898ea227870fb6cbc20b2
Reviewed-on: https://chromium-review.googlesource.com/893261
Commit-Queue: Yang Guo <[email protected]>
Reviewed-by: Michael Achenbach <[email protected]>
Cr-Commit-Position: refs/heads/master@{#51017}
  • Loading branch information
hashseed authored and Commit Bot committed Feb 1, 2018
1 parent 239dd81 commit b5835ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2061,9 +2061,10 @@
'-L/usr/local/lib -lexecinfo',
]},
'sources': [
'../src/base/debug/stack_trace_posix.cc',
'../src/base/platform/platform-openbsd.cc',
'../src/base/platform/platform-posix.h',
'../src/base/platform/platform-posix.cc'
'../src/base/platform/platform-posix.cc',
'../src/base/platform/platform-posix-time.h',
'../src/base/platform/platform-posix-time.cc',
],
Expand Down

0 comments on commit b5835ce

Please sign in to comment.