use %{qmake_qt5} macro in no_sse2 builds too

This commit is contained in:
Rex Dieter 2015-04-21 20:53:10 -05:00
parent 020aae44db
commit 0e86e81b99

View File

@ -92,7 +92,7 @@ make %{?_smp_mflags} -C %{_target_platform}
# build libQt5Qml with no_sse2 # build libQt5Qml with no_sse2
mkdir -p %{_target_platform}-no_sse2 mkdir -p %{_target_platform}-no_sse2
pushd %{_target_platform}-no_sse2 pushd %{_target_platform}-no_sse2
%{_qt5_qmake} -config no_sse2 .. %{qmake_qt5} -config no_sse2 ..
make sub-src-clean make sub-src-clean
make %{?_smp_mflags} -C src/qml make %{?_smp_mflags} -C src/qml
popd popd