llvm: remove old dll now that rust is rebuilt

This commit is contained in:
Jeremy Drake 2025-08-28 14:55:10 -07:00
parent 318709e163
commit dd887afdaf

View File

@ -13,7 +13,7 @@ _version=21.1.0
_rc=""
_tag=llvmorg-${_version}${_rc}
pkgver=${_version}${_rc/-/}
pkgrel=1
pkgrel=2
pkgdesc="C language family frontend for LLVM"
arch=('i686' 'x86_64')
url="https://llvm.org/"
@ -312,7 +312,7 @@ package_llvm-libs() {
cp -r "${srcdir}"/llvm-libs/usr "${pkgdir}"/usr
# HACK to keep rust working to rebuild itself
cp /usr/bin/msys-LLVM-20.dll "${pkgdir}"/usr/bin
#cp /usr/bin/msys-LLVM-20.dll "${pkgdir}"/usr/bin
install -Dm644 "${srcdir}"/llvm/LICENSE.TXT "${pkgdir}"/usr/share/licenses/llvm-libs/LICENSE
}