diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-07 14:49:20 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-07 14:49:20 +0200 |
commit | ee340e5c2c0635eb9662b9f9ff466f476223b485 (patch) | |
tree | e1a6ab86cfdb377f1128b8f442aabbcf97cf9d17 /community | |
parent | 49015860587e231f56a775671c3d9ddc3d5b31f4 (diff) | |
download | packages-ee340e5c2c0635eb9662b9f9ff466f476223b485.tar.xz |
community/ispc: fixed GENX mixup
Diffstat (limited to 'community')
-rw-r--r-- | community/ispc/PKGBUILD | 2 |
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/ ' )" |