From 77953a937d1e81ccde313b8f55a561683d508725 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 3 Sep 2021 14:12:07 -0600 Subject: [PATCH] Meta: Add the ability to specify clang with serenity.sh This enables maintaining gcc and clang builds side-by-side. --- Meta/serenity.sh | 33 +++++++++++++++++++++++++++++---- Toolchain/BuildClang.sh | 2 +- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/Meta/serenity.sh b/Meta/serenity.sh index 714900f920..f2f7b616cc 100755 --- a/Meta/serenity.sh +++ b/Meta/serenity.sh @@ -6,8 +6,9 @@ ARG0=$0 print_help() { NAME=$(basename "$ARG0") cat <