forked from pool/meson
+ Support for OpenXL compiler in AIX. + Default to printing deprecations when no minimum version is specified. + Cargo subprojects is experimental. + Dependencies from CMake subprojects now use only PUBLIC link flags. + New built-in option for default both_libraries. + New as_static and as_shared methods on internal dependencies. + Support for DIA SDK. + Support for LLVM-based flang compiler. + nvc and nvc++ now support setting std. + Tools can be selected when calling has_tools() on the Qt modules. + Simple tool to test build reproducibility. + Support for variable in system dependencies. + test() and benchmark() functions accept new types. + Zig 0.11 can be used as a C/C++ compiler frontend. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=297
11 lines
331 B
Diff
11 lines
331 B
Diff
Index: b/data/macros.meson
|
|
===================================================================
|
|
--- a/data/macros.meson
|
|
+++ b/data/macros.meson
|
|
@@ -42,4 +42,5 @@
|
|
-C %{_vpath_builddir} \
|
|
--num-processes %{_smp_build_ncpus} \
|
|
--print-errorlogs \
|
|
+ %{?qemu_user_space_build: -t 10} \
|
|
%{nil}}
|