llvm18: disable libcxx option

This commit is contained in:
Daniel Martinez 2024-11-17 12:21:58 -05:00 committed by classabbyamp
parent a10c71946d
commit f5081e2ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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"