minor optimation for bootstrap statements (NFC)

This commit is contained in:
Peter Robinson 2016-08-21 10:32:40 +01:00
parent 47593647bc
commit 05a8b95988

View File

@ -44,12 +44,6 @@ BuildRequires: pkgconfig
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if 0%{bootstrap}
# for bootstrap, we build Mono.Cecil from the mono tarball
%else
BuildRequires: mono-cecil
%endif
# Yes, mono actually depends on itself, because # Yes, mono actually depends on itself, because
# we deleted the bootstrapping binaries. If you # we deleted the bootstrapping binaries. If you
# need to bootstrap mono, comment out this BuildRequires # need to bootstrap mono, comment out this BuildRequires
@ -57,8 +51,10 @@ BuildRequires: mono-cecil
%if 0%{bootstrap} %if 0%{bootstrap}
# for bootstrap, use bundled monolite instead of local mono # for bootstrap, use bundled monolite instead of local mono
# for bootstrap, we build Mono.Cecil from the mono tarball
%else %else
BuildRequires: mono-core >= 4.0 BuildRequires: mono-core >= 4.0
BuildRequires: mono-cecil
%endif %endif
# JIT only available on these: # JIT only available on these: