Skip to content
Snippets Groups Projects
Commit 9ab16636 authored by Dan Printzell's avatar Dan Printzell
Browse files

Rebuilt against new ldc

parent b86edeaf
No related branches found
Tags 2.3.0-5
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=glibd
_pkgname=GlibD
pkgver=2.3.0
pkgrel=4
pkgrel=5
pkgdesc='D bindings for the GLib C Utility Library'
arch=('x86_64')
url='https://github.com/gtkd-developers/GlibD'
......@@ -29,6 +29,7 @@ build() {
# Force build with LDC
export DC=ldc
export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
arch-meson ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment