Skip to content

Commit 953c669

Browse files
authored
[bazel] Port llvm#98344 (llvm#98349)
1 parent 4f8b2ff commit 953c669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/lldb/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ expand_template(
108108
# TODO: lua support
109109
"#cmakedefine01 LLDB_ENABLE_LUA": "#define LLDB_ENABLE_LUA 0",
110110

111+
# TODO: curl support
112+
"#cmakedefine01 LLVM_ENABLE_CURL": "#define LLVM_ENABLE_CURL 0",
113+
111114
# TODO: python support
112115
"#cmakedefine01 LLDB_ENABLE_PYTHON": "#define LLDB_ENABLE_PYTHON 0",
113116
# Only enabled by default on Windows

0 commit comments

Comments
 (0)