From 2fcd97d20c3f459fd4d7068d7d69954f7352ea44 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Thu, 21 Sep 2023 06:51:52 +0300 Subject: [PATCH] application.sh: enable multi-lib --- scripts/application.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/application.sh b/scripts/application.sh index 3c4fccd..11e8d44 100644 --- a/scripts/application.sh +++ b/scripts/application.sh @@ -40,7 +40,7 @@ XBB_APPLICATION_TARGET_TRIPLET=${XBB_APPLICATION_TARGET_TRIPLET:-"arm-none-eabi" # Normally should be commented out. Enable it only during tests, # to save some build time. -XBB_APPLICATION_WITHOUT_MULTILIB="y" +# XBB_APPLICATION_WITHOUT_MULTILIB="y" # -----------------------------------------------------------------------------