You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
%__ninja %{_bindir}/ninja-build |
|
%__ninja_common_opts -v %{?_smp_mflags} |
|
|
|
%ninja_build \ |
|
%{__ninja} %{__ninja_common_opts} |
|
|
|
%ninja_install \ |
|
DESTDIR=%{buildroot} %{__ninja} install %{__ninja_common_opts} |
|
|
|
%ninja_test \ |
|
%{__ninja} test %{__ninja_common_opts}
|
|
|