From 4152a9473195db70c8443ef5e4c40ff65f174cb4 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 8 Oct 2015 21:40:18 -0600 Subject: [PATCH] Fix thinko on non-x86_64 arches. --- z3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z3.spec b/z3.spec index 038b804..f42e35a 100644 --- a/z3.spec +++ b/z3.spec @@ -111,7 +111,7 @@ sed -e "s|^\(PYTHON_PACKAGE_DIR=\).*|\1'%{python2_sitearch}/z3'|" \ # Do not try to build with SSE2 support on non-x86_64 arches. %ifnarch x86_64 -sed -i 's/exec_compiler_cmd.*-msse.*:/false:/' scripts/mk_util.py +sed -i 's/exec_compiler_cmd.*-msse.*:/None:/' scripts/mk_util.py %endif # Comply with the Java packaging guidelines