forked from pool/meson
Dominique Leuenberger
1ebdcbc309
- update to 0.63.3: * modules: Fix paths to (sub)project source/build directories * i18n: Fix source root in Gettext targets for subprojects * backends: limit maximum path of generated filenames * Fix 2 typos in a single string which can be shown in error messages. * fix obscure crash on unbound variable * Warn if wrap file changes * interpreter: add a special class to track the lifecycle of get_option - add extend-test-timeout-on-qemu-builds.patch OBS-URL: https://build.opensuse.org/request/show/1008786 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=235
9 lines
258 B
Diff
9 lines
258 B
Diff
--- meson-0.63.1/data/macros.meson
|
|
+++ meson-0.63.1/data/macros.meson
|
|
@@ -42,4 +42,5 @@
|
|
-C %{_vpath_builddir} \
|
|
--num-processes %{_smp_build_ncpus} \
|
|
--print-errorlogs \
|
|
+ %{?qemu_user_space_build: -t 10} \
|
|
%{nil}}
|