Skip to content

Commit b1a0b5d

Browse files
nicofrederik-h
authored andcommitted
[gn] port 3a7a9c9 better
1 parent 3d42bed commit b1a0b5d

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
@@ -16,7 +16,6 @@ static_library("Host") {
1616
]
1717
public_deps = [ "//llvm/utils/gn/build/libs/xml" ]
1818
sources = [
19-
"aix/HostInfoAIX.cpp",
2019
"common/File.cpp",
2120
"common/FileAction.cpp",
2221
"common/FileCache.cpp",
@@ -90,6 +89,10 @@ static_library("Host") {
9089
]
9190
}
9291

92+
if (current_os == "aix") {
93+
sources += [ "aix/HostInfoAIX.cpp" ]
94+
}
95+
9396
if (current_os == "mac") {
9497
sources += [
9598
"macosx/cfcpp/CFCBundle.cpp",

0 commit comments

Comments
 (0)