Fix: use staticlibs option to preserve static library

This commit is contained in:
arancormonk 2025-12-09 18:06:12 -06:00
parent 13babfde25
commit 9d0df6b38a
No known key found for this signature in database
GPG key ID: 5C77FAD44C3E67A7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ pkgbase = mbelib-neo-git
provides = mbelib
conflicts = mbelib-neo
conflicts = mbelib
options = !staticlibs
options = staticlibs
source = mbelib-neo-git::git+https://github.com/arancormonk/mbelib-neo.git
sha256sums = SKIP

View file

@ -9,7 +9,7 @@
makedepends=('cmake' 'git')
provides=('mbelib-neo' 'mbelib')
conflicts=('mbelib-neo' 'mbelib')
options=('!staticlibs')
options=('staticlibs')
source=("$pkgname::git+https://github.com/arancormonk/mbelib-neo.git")
sha256sums=('SKIP')