From a36ef5153fc1b9a96650521107813eb422f65591 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sun, 17 Nov 2024 12:21:58 -0500 Subject: [PATCH] llvm18: disable libcxx option --- srcpkgs/llvm18/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm18/template b/srcpkgs/llvm18/template index c72b16151ae53a..fd8b92e8d05523 100644 --- a/srcpkgs/llvm18/template +++ b/srcpkgs/llvm18/template @@ -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"