Skip to content

Commit

Permalink
clang: llvm depends on libxml2
Browse files Browse the repository at this point in the history
See #8658
  • Loading branch information
lazka committed May 13, 2021
1 parent e958cc5 commit a6055d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-clang/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ package_llvm() {
pkgdesc="Low Level Virtual Machine (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libffi"
"${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-zlib")
"${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-libxml2")

cd "${srcdir}"/llvm

Expand Down

0 comments on commit a6055d8

Please sign in to comment.