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.
LLVM_ENABLE_TERMINFO
1 parent 09db813 commit 52fd0f8Copy full SHA for 52fd0f8
utils/build-parser-lib
@@ -234,7 +234,11 @@ class Builder(object):
234
"-DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=FALSE",
235
"-DSWIFT_BUILD_STATIC_SDK_OVERLAY=FALSE",
236
]
237
- cmake_args += ["-DLLVM_ENABLE_LIBXML2=FALSE", "-DLLVM_ENABLE_LIBEDIT=FALSE"]
+ cmake_args += [
238
+ "-DLLVM_ENABLE_LIBXML2=FALSE",
239
+ "-DLLVM_ENABLE_LIBEDIT=FALSE",
240
+ "-DLLVM_ENABLE_TERMINFO=FALSE",
241
+ ]
242
# We are not using cmark but initialize the CMARK variables to something so
243
# that configure can succeed.
244
cmake_args += [
0 commit comments