summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-02-12 09:47:22 +0100
committerbartus2021-02-12 09:47:22 +0100
commit4cb5e5cc8e6a96bdf911a0bf8ba1ff3f77bfd930 (patch)
tree7713fc2c1a9a3113c255f8731e2973c18e552e28
parent849d47a7d8d490ed8634c37f51bfdad2caa5abb8 (diff)
downloadaur-4cb5e5cc8e6a96bdf911a0bf8ba1ff3f77bfd930.tar.gz
Fix typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588822e5beda..6342e44bc240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ build() {
-B build_static
make -C build_static
- msg2 "Build static ${_name} library"
+ msg2 "Build shared ${_name} library"
cmake "${CMAKE_FLAGS[@]}" \
-DBUILD_SHARED_LIBS=ON \
-S "${srcdir}/${_name}" \