Use underscore plugin artifact names

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-09 09:52:17 +02:00
parent c818f48a47
commit a441757080
26 changed files with 46 additions and 35 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ IF(Python_Interpreter_FOUND OR PYTHON_MODULE_INSTALL_DIR)
# expand $ORIGIN; the equivalent placeholder is
# @loader_path. Setting $ORIGIN on macOS bakes a literal
# "$ORIGIN" into LC_RPATH which resolves to nothing at
# runtime — the wrapper's `@rpath/ifcopenshell.document.rdb
# runtime — the wrapper's `@rpath/ifcopenshell_document_rdb
# .dylib` LC_LOAD_DYLIB then fails to find the plug-in even
# though INSTALL(TARGETS … LIBRARY DESTINATION …/ifcopenshell)
# above has dropped it right next to the wrapper.