build-all: do not deploy qt runtime

As it installs everything to `lib`, making it hard to filter things that are needed just for Python wrapper (e.g. skipping qt libs). Anyway we deploy everything ourselves manually in `package-zip-archives`.
This commit is contained in:
Andrej730
2026-08-31 19:34:13 +05:00
parent 8027bcf7da
commit 24c4231013
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -1791,6 +1791,7 @@ ifcos_build_args = [
f"-DBUILD_CONVERT={OFF_ON['IfcConvert' in targets]}",
f"-DBUILD_BONSAIVIEWER={OFF_ON['BonsaiViewer' in targets]}",
"-DUSE_CCACHE=ON",
"-DIFCOPENSHELL_DEPLOY_QT_RUNTIME=OFF",
]
ld_library_paths = [