mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 23:53:48 +00:00
While some distros support `musl` libc as a rust target, some others (such as RHEL) definitely don't (at least not installing distro packages). Knowing this, let's have a simple way to not have a hard dependency on musl on our spec file. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>