Update build-all.py : _ifcopenshell_wrapper now called ifcopenshell_wrapper?

This commit is contained in:
Thomas Krijnen
2024-09-11 19:58:52 +02:00
committed by GitHub
parent 97393eb173
commit cc2017518b
+1 -1
View File
@@ -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: