We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e23f8 commit 6717a38Copy full SHA for 6717a38
llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -16,7 +16,6 @@ static_library("Host") {
16
]
17
public_deps = [ "//llvm/utils/gn/build/libs/xml" ]
18
sources = [
19
- "aix/HostInfoAIX.cpp",
20
"common/File.cpp",
21
"common/FileAction.cpp",
22
"common/FileCache.cpp",
@@ -90,6 +89,10 @@ static_library("Host") {
90
89
91
}
92
+ if (current_os == "aix") {
93
+ sources += [ "aix/HostInfoAIX.cpp" ]
94
+ }
95
+
96
if (current_os == "mac") {
97
sources += [
98
"macosx/cfcpp/CFCBundle.cpp",
0 commit comments