forked from OSchip/llvm-project
gn build: Switch to using current_os in lib/Support/BUILD.gn.
Differential Revision: https://reviews.llvm.org/D56704 llvm-svn: 351166
This commit is contained in:
parent
2581249f05
commit
a22ebe483b
|
@ -155,7 +155,7 @@ static_library("Support") {
|
|||
|
||||
libs = []
|
||||
|
||||
if (host_os == "linux") {
|
||||
if (current_os == "linux" || current_os == "android") {
|
||||
libs += [ "dl" ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue