Skip to content

Commit ee93b4c

Browse files
nicofrederik-h
authored andcommitted
[gn] port ab6f470
1 parent b1a0b5d commit ee93b4c

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/lldb/source/Host

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ static_library("Host") {
9090
}
9191

9292
if (current_os == "aix") {
93-
sources += [ "aix/HostInfoAIX.cpp" ]
93+
sources += [
94+
"aix/Host.cpp",
95+
"aix/HostInfoAIX.cpp",
96+
]
9497
}
9598

9699
if (current_os == "mac") {

0 commit comments

Comments
 (0)