From 0e6e3edaa6b215f38c8d0ef42ec94b8cc6b2ac13 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 4 Aug 2026 20:20:00 +0500 Subject: [PATCH] build-all: small alignment fix --- nix/build-all.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index af5256c5ed..bf0fe3897b 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -320,9 +320,8 @@ if BUILD_CFG == "MinSizeRel": cecho(" WARNING: MinSizeRel build can suffer from a significant performance loss.", RED) cecho(f"* IFCOS_NUM_BUILD_PROCS = {IFCOS_NUM_BUILD_PROCS}", MAGENTA) -cecho(""" - How many compiler processes may be run in parallel. -""") -cecho(f" * IFCOS_SCHEMAS = '{os.environ.get('IFCOS_SCHEMAS')}'", MAGENTA) +cecho(""" - How many compiler processes may be run in parallel.""") +cecho(f"* IFCOS_SCHEMAS = '{os.environ.get('IFCOS_SCHEMAS')}'", MAGENTA) cecho(""" - IFC Schemas to compile. If not provided, fallback to default provided in cmake. """)