mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove Ocaml workaround; fixed before 3.0 final
This commit is contained in:
parent
cfc53b6ee2
commit
fc6bd59279
1 changed files with 0 additions and 4 deletions
|
@ -277,10 +277,6 @@ make %{_smp_mflags} REQUIRES_RTTI=1 VERBOSE=1 \
|
|||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
# workaround for http://llvm.org/bugs/show_bug.cgi?id=11177
|
||||
%if %{with ocaml}
|
||||
cp -p bindings/ocaml/llvm/META.llvm bindings/ocaml/llvm/Release/
|
||||
%endif
|
||||
|
||||
make install DESTDIR=%{buildroot} \
|
||||
PROJ_docsdir=/moredocs
|
||||
|
|
Loading…
Reference in a new issue