From 80c09321748a46805bec92da0f1168d50c457998 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 10 Oct 2025 20:45:58 +0500 Subject: [PATCH] build-all.py - print IFCOS_SCHEMAS --- nix/build-all.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/build-all.py b/nix/build-all.py index 2018634888..5e231a4cfa 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -301,6 +301,11 @@ 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. +""" +) dependency_tree: "dict[str, tuple[str, ...]]" = { "IfcParse": ("boost", "libxml2", "hdf5", "rocksdb"),