From 612bd0b0a0c7be07918c974fd79b1252af5c0757 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 1f100514dc..881810aa44 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -299,6 +299,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"),