Fix thinko on non-x86_64 arches.

This commit is contained in:
Jerry James 2015-10-08 21:40:18 -06:00
parent a020e58b53
commit 4152a94731
1 changed files with 1 additions and 1 deletions

View File

@ -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