diff options
author | xiota | 2025-03-24 07:16:06 +0000 |
---|---|---|
committer | xiota | 2025-03-24 07:16:28 +0000 |
commit | 11a856e6db6e6f30ec3f521f1a2abe4115e7cb22 (patch) | |
tree | 78be18d30ea05ef2efcde9f8e51d32a0d73a525e | |
parent | 26e7e8a644700da5baca122f7630b92c66c8f01b (diff) | |
download | aur-11a856e6db6e6f30ec3f521f1a2abe4115e7cb22.tar.gz |
correction
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |