22 Mar
2023
22 Mar
'23
10:49
http://bugzilla.opensuse.org/show_bug.cgi?id=1205135 http://bugzilla.opensuse.org/show_bug.cgi?id=1205135#c3 --- Comment #3 from Ralf Habacker <ralf.habacker@freenet.de> --- Since some packages use %make_jobs instead of %_mingw32_cmake_build $ osc co windows:mingw:win32 $ find -maxdepth 2 -name '*.spec' -exec gawk '$1 ~ _mingw32_cmake {c=1} c && $1 ~ /make_jobs/ { print FILENAME " " $0}' {} \; | wc -l they would not work if you upgrade to a newer package version and use Ninja as a build tool, as is the case with Qt6. -- You are receiving this mail because: You are on the CC list for the bug.