llvm18: disable libcxx option
This commit is contained in:
parent
a10c71946d
commit
f5081e2ef7
|
@ -49,7 +49,7 @@ python_version=3
|
|||
|
||||
build_options="clang clang_tools_extra lld mlir libclc polly lldb flang bolt
|
||||
openmp libcxx libunwind lto graphviz"
|
||||
build_options_default="clang clang_tools_extra lld mlir libclc polly lldb openmp libcxx"
|
||||
build_options_default="clang clang_tools_extra lld mlir libclc polly lldb openmp"
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
|
||||
build_options_default+=" flang bolt"
|
||||
|
|
Loading…
Reference in New Issue