From 15a79f5f84a5c0cc65eaa51360dca5d8c9958928 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 24 Aug 2022 07:39:33 -0600 Subject: [PATCH] List i686 as supported arch --- mk/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk b/mk/config.mk index 058874d..73fd8ff 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -1,7 +1,7 @@ -include .config # Configuration -## Architecture to build Redox for (aarch64 or x86_64) +## Architecture to build Redox for (aarch64, i686, or x86_64) ARCH?=x86_64 ## Flags to pass to the installer (empty to download binary packages) INSTALLER_FLAGS?=--cookbook=cookbook