Fix build against Qt 6.6.0 for 64-bit arches

This commit is contained in:
Jan Grulich 2023-10-16 13:56:13 +02:00
parent 1550acf223
commit 36635ff80a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ sip-build \
--dbus=%{_includedir}/dbus-1.0/ \
--pep484-pyi \
--qmake-setting 'QMAKE_CFLAGS_RELEASE="%{build_cflags}"' \
--qmake-setting 'QMAKE_CXXFLAGS_RELEASE="%{build_cxxflags} `pkg-config --cflags dbus-python`"' \
--qmake-setting 'QMAKE_CXXFLAGS_RELEASE="%{build_cxxflags} `pkg-config --cflags dbus-python` -DQT_NO_INT128"' \
--qmake-setting 'QMAKE_LFLAGS_RELEASE="%{build_ldflags}"'
%make_build -C build