don't set PYTHON3_EXECUTABLE

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-05-04 13:34:41 +02:00
parent 221a93a5e1
commit ca7ab76b59

View File

@ -182,7 +182,6 @@ pushd build
-DENABLE_PYTHON=ON \ -DENABLE_PYTHON=ON \
%if %{with python3} %if %{with python3}
-DENABLE_PYTHON3=ON \ -DENABLE_PYTHON3=ON \
-DPYTHON3_EXECUTABLE=%{__python3} \
%endif %endif
%endif %endif
.. ..