pass real python to PYTHON
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
5065b9cd1a
commit
0636d64931
@ -65,12 +65,12 @@ autoreconf -vif
|
|||||||
%global _configure ../configure
|
%global _configure ../configure
|
||||||
|
|
||||||
mkdir python2-build; pushd python2-build
|
mkdir python2-build; pushd python2-build
|
||||||
%configure PYTHON=python
|
%configure PYTHON="%{__python2}"
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir python3-build; pushd python3-build
|
mkdir python3-build; pushd python3-build
|
||||||
%configure PYTHON=python3
|
%configure PYTHON="%{__python3}"
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user