summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2025-03-24 07:16:06 +0000
committerxiota2025-03-24 07:16:28 +0000
commit11a856e6db6e6f30ec3f521f1a2abe4115e7cb22 (patch)
tree78be18d30ea05ef2efcde9f8e51d32a0d73a525e
parent26e7e8a644700da5baca122f7630b92c66c8f01b (diff)
downloadaur-11a856e6db6e6f30ec3f521f1a2abe4115e7cb22.tar.gz
correction
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5af5e3d63ab3..d0dbedfaa308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ build() {
-Wno-dev
)
- if (( CHECKFUNC && ! SKIPCHECKSUMS )); then
+ if ((CHECKFUNC)); then
_cmake_options+=(-DNNG_TESTS=ON)
else
_cmake_options+=(-DNNG_TESTS=OFF)