aboutsummaryrefslogtreecommitdiff
path: root/data/macros.meson
blob: 8aa555524010e17a07d1e2f25ff61339ba26dae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%__meson /usr/bin/meson

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