aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2022-12-05 14:45:45 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-12-05 08:09:12 -0500
commit99dfc988ebe79ff5461fc01a246916becf0c9c5c (patch)
tree6a6a3b7d4bb01f97472a865bc224739d8b2acabb /data
parent1fc67456c076d4b718fa34eb98455436b4abde91 (diff)
downloadmeson-99dfc988ebe79ff5461fc01a246916becf0c9c5c.zip
meson-99dfc988ebe79ff5461fc01a246916becf0c9c5c.tar.gz
meson-99dfc988ebe79ff5461fc01a246916becf0c9c5c.tar.bz2
Use meson setup [options] in meson RPM macro
Fixes the following warning when building a rpm pkg using %meson macro: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Diffstat (limited to 'data')
-rw-r--r--data/macros.meson2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/macros.meson b/data/macros.meson
index cc4953c..f5e3a15 100644
--- a/data/macros.meson
+++ b/data/macros.meson
@@ -4,7 +4,7 @@
%meson \
%set_build_flags \
- %{shrink:%{__meson} \
+ %{shrink:%{__meson} setup \
--buildtype=plain \
--prefix=%{_prefix} \
--libdir=%{_libdir} \