mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-15 14:35:16 +00:00
Fix debian/rules syntax for arm64 build.
This commit is contained in:
parent
2fab563a95
commit
cebae05a6d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ shim (15+1533136590.3beb971-2) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Update debian/watch.
|
* Update debian/watch.
|
||||||
* Update VCS to point to salsa.
|
* Update VCS to point to salsa.
|
||||||
|
* Fix debian/rules syntax for arm64 build.
|
||||||
|
|
||||||
-- Steve Langasek <vorlon@debian.org> Sun, 10 Feb 2019 00:15:19 -0800
|
-- Steve Langasek <vorlon@debian.org> Sun, 10 Feb 2019 00:15:19 -0800
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -14,7 +14,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH),amd64)
|
ifeq ($(DEB_HOST_ARCH),amd64)
|
||||||
export EFI_ARCH := x64
|
export EFI_ARCH := x64
|
||||||
else ($(DEB_HOST_ARCH),arm64)
|
endif
|
||||||
|
ifeq ($(DEB_HOST_ARCH),arm64)
|
||||||
export EFI_ARCH := aa64
|
export EFI_ARCH := aa64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user