mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:03:46 +00:00
build: run aqtinstall in deps directory to avoid stray log file
This commit is contained in:
+4
-1
@@ -1012,7 +1012,10 @@ def install_qt6() -> str:
|
||||
"icu",
|
||||
"qtbase",
|
||||
"qtsvg",
|
||||
]
|
||||
],
|
||||
# aqtinstall writes its log as `aqtinstall.log` relative to cwd. Run from
|
||||
# DEPS_DIR instead of the repo dir so it doesn't leave a stray file there.
|
||||
cwd=DEPS_DIR,
|
||||
)
|
||||
|
||||
if not (qt_config.exists() and qt_core.exists() and qt_svg.exists()):
|
||||
|
||||
Reference in New Issue
Block a user