mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/ldc to 1.24.0-2
This commit is contained in:
parent
0e740673d2
commit
404573182b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue