summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-13 15:02:53 +0200
committerneodarz <neodarz@neodarz.net>2019-08-13 15:02:53 +0200
commitd0a17ad4fff9e5fe792d294cb94b86ffc84ce04b (patch)
tree648bbe14447b94e6b51ade4e90c6ab30f4875410
parent39a1dcbd917c08801f91d6888f4685aa0ce5b304 (diff)
downloadpistache-git-master.tar.xz
pistache-git-master.zip
Leave static library (.a) files in packagesHEADmaster
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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}")