mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:53: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",
|
"icu",
|
||||||
"qtbase",
|
"qtbase",
|
||||||
"qtsvg",
|
"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()):
|
if not (qt_config.exists() and qt_core.exists() and qt_svg.exists()):
|
||||||
|
|||||||
@@ -881,6 +881,9 @@ def install_qt6(
|
|||||||
"--archives",
|
"--archives",
|
||||||
"qtbase",
|
"qtbase",
|
||||||
"qtsvg",
|
"qtsvg",
|
||||||
|
# aqtinstall writes its log as `aqtinstall.log` relative to cwd. Run from
|
||||||
|
# deps_dir instead of the repo's win/ dir so it doesn't leave a stray file there.
|
||||||
|
cwd=vs_cfg_vars.deps_dir,
|
||||||
)
|
)
|
||||||
|
|
||||||
if not QT6_TARGET_INSTALLED:
|
if not QT6_TARGET_INSTALLED:
|
||||||
|
|||||||
Reference in New Issue
Block a user