mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
Remove iohelper on Win32 since it is not required
The iohelper binary is not required on Win32, although it compiles without trouble. Simply remove it from the RPM. * mingw32-libvirt.spec.in: Remove iohelper
This commit is contained in:
parent
242195425c
commit
e44e8e253c
@ -71,6 +71,8 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/libvirt
|
||||
rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/*
|
||||
rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/gtk-doc/*
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_mingw32_libexecdir}/libvirt_iohelper.exe
|
||||
|
||||
rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libvirt.a
|
||||
rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libvirt-qemu.a
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user