From cc2017518b724f25ee8ef87df0c187c46c6c192f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 11 Sep 2024 19:58:52 +0200 Subject: [PATCH] Update build-all.py : _ifcopenshell_wrapper now called ifcopenshell_wrapper? --- 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 8f63612434..756b6b3c1b 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -966,7 +966,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"], cwd=python_dir) run([make, "install/local"], cwd=os.path.join(python_dir, "ifcwrap")) if python_executable: