summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2020-09-11 12:05:37 +0200
committerThomas Lange2020-09-11 12:05:37 +0200
commit13c9893242b452ab22e72c4e614bba27eafd9387 (patch)
tree83e7c712489a5de3bb471c0e1dfb4722c447dcc8
parent368a05f7e9bb59b9c2fa05709d67627edeea2410 (diff)
downloadaur-13c9893242b452ab22e72c4e614bba27eafd9387.tar.gz
Build tests again
The CMake errors are fixed now and the tests compile successfully. See also: https://github.com/mumble-voip/mumble/pull/4468
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a6523d24edf..c7d4465995d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,6 @@ build() {
-S "$_pkgname" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
- -DBUILD_TESTING:BOOL='OFF' \
-Dclient:BOOL='ON' \
-Dserver:BOOL='OFF' \
-Dbundled-celt:BOOL='ON' \