diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5b94ec54..a75c1d17 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,9 @@ endif ifeq ($(DEB_HOST_ARCH),arm64) export EFI_ARCH := aa64 endif +ifeq ($(DEB_HOST_ARCH),i386) +export EFI_ARCH := ia32 +endif COMMON_OPTIONS = \ RELEASE=15 \ |
