build_pyodide.yaml - move build_pyodide to a separate script

This commit is contained in:
Andrej730
2025-10-20 11:40:45 +05:00
parent cb36e10279
commit aee8cbe479
3 changed files with 14 additions and 11 deletions
+1
View File
@@ -48,6 +48,7 @@ def build() -> None:
"-DGLTF_SUPPORT=ON",
"-DADD_COMMIT_SHA=ON",
"-DVERSION_OVERRIDE=ON",
"-DSCHEMA_VERSIONS=4",
]
)
run([str(REPO_WIN / "install-ifcopenshell.bat"), "vs2022-x64", "Release"])