mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Fixes to plug-in loading in and outside of pyodide
This commit is contained in:
@@ -89,6 +89,7 @@ foreach(schema ${SCHEMA_VERSIONS})
|
||||
set_target_properties(${SCHEMA_PLUGIN_TARGET} PROPERTIES
|
||||
OUTPUT_NAME "ifcopenshell.parse.schema.ifc${schema}"
|
||||
)
|
||||
ifcopenshell_plugin_target(${SCHEMA_PLUGIN_TARGET})
|
||||
|
||||
if(WASM_BUILD)
|
||||
target_link_options(${SCHEMA_PLUGIN_TARGET} PRIVATE "SHELL:-s SIDE_MODULE=1" "-O1")
|
||||
|
||||
Reference in New Issue
Block a user