From 19ac0b6c3882feaf7413ddeaac4e11e09471bb43 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 29 Oct 2025 16:06:44 +0500 Subject: [PATCH] build-all.py - add `VERBOSE=1` to the wrapper make command --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 5727b23647..4a8f2729fa 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -1520,7 +1520,7 @@ if "IfcOpenShell-Python" in targets: logger.info(f"\rBuilding python {python_version} wrapper... ") - run([make, f"-j{IFCOS_NUM_BUILD_PROCS}", "ifcopenshell_wrapper"], cwd=python_dir) + run([make, f"-j{IFCOS_NUM_BUILD_PROCS}", "ifcopenshell_wrapper", "VERBOSE=1"], cwd=python_dir) run([make, "install/local"], cwd=os.path.join(python_dir, "ifcwrap")) if python_executable: