diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2019-02-10 21:09:39 -0800 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2019-02-10 21:09:39 -0800 |
| commit | 21efb35cce375d55be127133dc9c20fff97b7a0f (patch) | |
| tree | 879e0fe0c5491bb4b4736b8f11aa231314b67cfb /debian/rules | |
| parent | cebae05a6de75f95603a69afc7b19cde2edf6d2d (diff) | |
| download | efi-boot-shim-21efb35cce375d55be127133dc9c20fff97b7a0f.tar.gz efi-boot-shim-21efb35cce375d55be127133dc9c20fff97b7a0f.zip | |
Enable build for i386.
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 \ |
