remove smp_mflags from make_build, the make_build macro does it

epel8
Leigh Scott 5 years ago
parent 006dbcbaae
commit 202d2fec5d

@ -75,7 +75,7 @@ export CMAKE_PREFIX_PATH=/usr
mkdir build-py3 && pushd build-py3
%{cmake} -DPython_ADDITIONAL_VERSIONS=%{python3_version} ..
%make_build %{?_smp_mflags}
%make_build
popd
# Fix python sheband lines

Loading…
Cancel
Save