mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user