[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:
Nico Weber 2021-09-07 15:52:59 -04:00
parent d5166f86a3
commit f514fb587c
1 changed files with 1 additions and 1 deletions

View File

@ -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",