Skip to content

Commit

Permalink
lldb: re-enable mingw32
Browse files Browse the repository at this point in the history
lldb is not a required at buildtime of rust, It's just an optional dependency like gdb to run some debugging scripts.
Unfortunately, rust fails to build against clang-19 when I tried to  remove lldb from makedepends.
  • Loading branch information
MehdiChinoune committed Nov 20, 2024
1 parent 3f1bdd6 commit 29e8f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-lldb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msys2_references=(
"cpe: cpe:/a:llvm:llvm"
)
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
license=("spdx:Apache-2.0 WITH LLVM-exception")
groups=($( (( _clangprefix )) && echo "${MINGW_PACKAGE_PREFIX}-toolchain"))
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
Expand Down

0 comments on commit 29e8f65

Please sign in to comment.