Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
fixup! chore: add GN build files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin committed Sep 3, 2018
1 parent 8510e28 commit 28428d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ component("node_lib") {
"src/connect_wrap.h",
"src/connection_wrap.cc",
"src/connection_wrap.h",
"src/debug_utils.cc",
"src/debug_utils.h",
"src/env-inl.h",
"src/env.cc",
"src/env.h",
Expand Down Expand Up @@ -470,10 +472,7 @@ component("node_lib") {
"src/uv.cc",
]
if (is_win) {
sources += [ "src/backtrace_win32.cc" ]
libs += [ "psapi.lib" ]
} else {
sources += [ "src/backtrace_posix.cc" ]
}

if (is_mac) {
Expand Down

0 comments on commit 28428d3

Please sign in to comment.