summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 234c81304eae..bcea0ebf588e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_quake=vkQuake
pkgname=vkquake
pkgver=1.22.3
-pkgrel=1
+pkgrel=2
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support."
arch=('x86_64')
provides=('vkquake')
@@ -35,6 +35,8 @@ build() {
fi
mkdir build && cd build
+ export CFLAGS="$CFLAGS -DDO_USERDIRS=1"
+ export CXXFLAGS="$CXXFLAGS -DDO_USERDIRS=1"
meson setup ../ \
--prefix /usr \
--libexecdir lib \