From d0a17ad4fff9e5fe792d294cb94b86ffc84ce04b Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 13 Aug 2019 15:02:53 +0200 Subject: Leave static library (.a) files in packages --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 040632d..a28fd07 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,6 +11,7 @@ arch=('i686' 'x86_64') pkgdesc='Modern and elegant HTTP and REST framework for C++' license=('APACHE') depends=() +options=('staticlibs') makedepends=('cmake' 'git') checkdepends=('gtest') provides=("${_name}") -- cgit v1.2.1