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 030ee84 commit 5120c51Copy full SHA for 5120c51
llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn
@@ -1,3 +1,4 @@
1
+import("//llvm/utils/gn/build/libs/curl/enable.gni")
2
import("//llvm/utils/gn/build/libs/xml/enable.gni")
3
import("//llvm/utils/gn/build/write_cmake_config.gni")
4
import("libedit.gni")
@@ -54,6 +55,12 @@ write_cmake_config("Config") {
54
55
]
56
}
57
58
+ if (llvm_enable_libcurl) {
59
+ values += [ "LLVM_ENABLE_CURL=1" ]
60
+ } else {
61
+ values += [ "LLVM_ENABLE_CURL=" ]
62
+ }
63
+
64
if (current_os == "win" || current_os == "linux" || current_os == "android") {
65
values += [ "HAVE_SYS_EVENT_H=" ]
66
} else {
0 commit comments