Commit b5835ced authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

[gyp] fix broken source list for openbsd.

R=machenbach@chromium.org

Fixes https://github.com/nodejs/node/issues/15784

Change-Id: I4453023a5a6c8ace45b898ea227870fb6cbc20b2
Reviewed-on: https://chromium-review.googlesource.com/893261
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51017}
parent 239dd812
......@@ -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',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment