Skip to content

Commit aa25e78

Browse files
committed
adol-c: fix libdir and pkgdesc
1 parent 43d0772 commit aa25e78

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mingw-w64-adol-c/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
66
pkgver=2.7.2
77
pkgrel=1
8-
pkgdesc'Automatic Differentiation of Algorithms written in C/C++ (mingw-w64)'
8+
pkgdesc='Automatic Differentiation of Algorithms written in C/C++ (mingw-w64)'
99
arch=('any')
1010
depends=("${MINGW_PACKAGE_PREFIX}-boost"
1111
"${MINGW_PACKAGE_PREFIX}-libtool")
@@ -28,6 +28,7 @@ build() {
2828
--prefix=${MINGW_PREFIX} \
2929
--enable-static \
3030
--with-gnu-ld \
31+
--libdir=${MINGW_PREFIX}/lib \
3132
--with-openmp-flag="-fopenmp" \
3233
--with-boost=${MINGW_PREFIX}
3334

0 commit comments

Comments
 (0)