Fix thinko on non-x86_64 arches.
This commit is contained in:
parent
a020e58b53
commit
4152a94731
2
z3.spec
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user