Drop redundant option from %meson
There's no need to pass the --buildtype=plain option to the %meson RPM
macro, because it's one of the default options used by the macro.
There's no need to do a build just for this.
Fallout from 33bd39b0f9
This commit is contained in:
parent
484d3d6209
commit
021ab3822e
@ -175,7 +175,7 @@ ln -s src/pkg pkg
|
||||
%if 0%{?rhel}
|
||||
ln -s src/vendor vendor
|
||||
%endif
|
||||
%meson --buildtype=plain -Dprofile_dir=%{_sysconfdir}/profile.d -Dtmpfiles_dir=%{_tmpfilesdir}
|
||||
%meson -Dprofile_dir=%{_sysconfdir}/profile.d -Dtmpfiles_dir=%{_tmpfilesdir}
|
||||
%meson_build
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user