meson/data/macros.meson

13 lines
303 B
Plaintext
Raw Normal View History

%__meson /usr/bin/meson
%meson() %{expand:\
CFLAGS="%{optflags}" ; \
CXXFLAGS="%{optflags}" ; \
FFLAGS="%{optflags} -I%{_fmoddir}" ; \
FCFLAGS="%{optflags} -I%{_fmoddir}" ; \
LDFLAGS="%{__global_ldflags}" ; \
%__meson %{?1} \\\
--prefix=%{_prefix} \\\
--buildtype=plain \
}