summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-07 14:49:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-07 14:49:20 +0200
commitee340e5c2c0635eb9662b9f9ff466f476223b485 (patch)
treee1a6ab86cfdb377f1128b8f442aabbcf97cf9d17 /community
parent49015860587e231f56a775671c3d9ddc3d5b31f4 (diff)
downloadpackages-ee340e5c2c0635eb9662b9f9ff466f476223b485.tar.xz
community/ispc: fixed GENX mixup
Diffstat (limited to 'community')
-rw-r--r--community/ispc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ispc/PKGBUILD b/community/ispc/PKGBUILD
index 826ac9a7..ead7793e 100644
--- a/community/ispc/PKGBUILD
+++ b/community/ispc/PKGBUILD
@@ -2,7 +2,7 @@
eval "$(
declare -f build | \
sed '
- s/-DGENX_ENABLED=OFF/-DGENX_ENABLED=ON/
+ s/-DGENX_ENABLED=ON/-DGENX_ENABLED=OFF/
'
)"