From 822566ff1ae180bbd9ad3005778ce59d655389dc Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 28 Aug 2021 11:20:52 +0100 Subject: [PATCH] Meta: Let serenity.sh's TARGET default to SERENITY_ARCH, not i686 This environment variable is already widely used across our build scripts and tooling, so serenity.sh should respect it as well. It still uses i686 as the fallback. --- Meta/serenity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/serenity.sh b/Meta/serenity.sh index 09525406e6..048b16fda0 100755 --- a/Meta/serenity.sh +++ b/Meta/serenity.sh @@ -7,7 +7,7 @@ print_help() { NAME=$(basename "$ARG0") cat <