summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5b62058b5cb..df6bf61fda62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DBuildTests=OFF \
-DCMAKE_CXX_FLAGS_INIT="-Wno-error=deprecated-declarations" \
- -DDSPDFVIEWER_VERSION="${pkgver}"
+ -DDSPDFVIEWER_VERSION="${pkgver}" .
make
}