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" # -----------------------------------------------------------------------------