community/ldc to 1.24.0-2

This commit is contained in:
Kevin Mihelich 2020-12-26 04:18:53 +00:00
parent 0e740673d2
commit 404573182b

View file

@ -15,7 +15,7 @@ _pkgcommit=7b306c5ed148e39bcbd7143ca32416afe1a9ee5f
_dversion=2.094.1
_clangversion=11.0.0 # related to where ldc2 looks for compiler-rt sanitizers
epoch=2
pkgrel=1
pkgrel=2
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('x86_64')
url="https://github.com/ldc-developers/ldc"
@ -100,7 +100,7 @@ package_ldc() {
package_liblphobos() {
provides=('d-runtime' 'd-stdlib')
depends=('curl' 'llvm-libs')
options=('staticlibs')
options=('staticlibs' '!strip')
cd "$srcdir/ldc/build"
make install DESTDIR="$pkgdir"