aboutsummaryrefslogtreecommitdiffstats
path: root/community/tl-expected/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tl-expected/APKBUILD')
-rw-r--r--community/tl-expected/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tl-expected/APKBUILD b/community/tl-expected/APKBUILD
index 331d2f97aa..ab4f536e4a 100644
--- a/community/tl-expected/APKBUILD
+++ b/community/tl-expected/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=tl-expected
pkgver=1.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="C++11/14/17 std::expected with functional-style extensions"
options="!check"
url="https://github.com/TartanLlama/expected"
@@ -20,7 +20,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DEXPECTED_ENABLE_TESTS=OFF \
${CMAKE_CROSSOPTS} .