forked from OSchip/llvm-project
[gn build] Try to fix mac/intel build after cfe0284749
The public header lldb/include/lldb/Host/XML.h includes libxml/xmlreader.h, so this must be a public dep.
This commit is contained in:
parent
d5166f86a3
commit
f514fb587c
|
@ -8,13 +8,13 @@ static_library("Host") {
|
|||
"//lldb/source/Utility",
|
||||
"//llvm/lib/Object",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/utils/gn/build/libs/xml",
|
||||
|
||||
# FIXME:
|
||||
# LINK_LIBS
|
||||
# ${EXTRA_LIBS}
|
||||
# ${LLDBObjCLibs}
|
||||
]
|
||||
public_deps = [ "//llvm/utils/gn/build/libs/xml" ]
|
||||
sources = [
|
||||
"common/File.cpp",
|
||||
"common/FileAction.cpp",
|
||||
|
|
Loading…
Reference in New Issue