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.
pull/11070/head
Jani Välimaa 1 year ago committed by Eli Schwartz
parent 1fc67456c0
commit 99dfc988eb
  1. 2
      data/macros.meson

@ -4,7 +4,7 @@
%meson \
%set_build_flags \
%{shrink:%{__meson} \
%{shrink:%{__meson} setup \
--buildtype=plain \
--prefix=%{_prefix} \
--libdir=%{_libdir} \

Loading…
Cancel
Save