summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/python/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
index 93db5fc80..0b5a21ac3 100644
--- a/extra/python/PKGBUILD
+++ b/extra/python/PKGBUILD
@@ -34,7 +34,7 @@ build() {
rm -r Modules/_ctypes/{darwin,libffi}*
- if [ "$CARCH" = "mips64el" ]; then
+ if [ "$CARCH" != "mips64el" ]; then
extraconf=--with-valgrind
else
extraconf=""