mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Update build-all.py
This commit is contained in:
+1
-1
@@ -971,7 +971,7 @@ if "IfcOpenShell-Python" in targets:
|
|||||||
if platform.system() != "Darwin":
|
if platform.system() != "Darwin":
|
||||||
if BUILD_CFG == "Release":
|
if BUILD_CFG == "Release":
|
||||||
# TODO: This symbol name depends on the Python version?
|
# TODO: This symbol name depends on the Python version?
|
||||||
run([strip, "-s", "-K", "PyInit__ifcopenshell_wrapper", "_ifcopenshell_wrapper.so"], cwd=module_dir)
|
run([strip, "-s", "-K", "PyInit__ifcopenshell_wrapper", glob.glob(os.path.join(module_dir, "_ifcopenshell_wrapper*.so"))[0]], cwd=module_dir)
|
||||||
|
|
||||||
return module_dir
|
return module_dir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user