mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
Merge pull request #38 from gvancuts/fedora-centos-gnuefi
Makefile (uefi): fix path to gnu-efi linker for Fedora/CentOS
This commit is contained in:
commit
4afe6c907b
@ -338,6 +338,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo dnf install gcc \
|
||||
gnu-efi \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
@ -347,6 +348,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo yum install gcc \
|
||||
gnu-efi-devel \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
|
Loading…
Reference in New Issue
Block a user