Skip to content

Commit

Permalink
llvm18: disable libcxx option
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martinez committed Nov 18, 2024
1 parent 7ba43db commit a36ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/llvm18/template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a36ef51

Please sign in to comment.