[Bug 1582861] Review Request: vkd3d - D3D12 to Vulkan translation library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1582861



--- Comment #10 from Neal Gompa <ngompa13@xxxxxxxxx> ---
> make %{?_smp_mflags}

Please consider using "%make_build" instead.

> #Remove static libraries
> rm -f %{buildroot}%{_libdir}/libvkd3d.{a,la}
> rm -f %{buildroot}%{_libdir}/libvkd3d-utils.{a,la}

Consider using the following instead:

""""
# Remove libtool archives
find %{buildroot} -name '*.la' -delete

# Remove static libraries
find %{buildroot} -name '*.a' -delete
""""

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx/message/BTNADIYNU472NGGDHRW4QNSC75AOB3AA/




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux