mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 07:28:38 +00:00
build-deps: drop unnecessarypython.exe check
If `IFCOS_INSTALL_PYTHON` is enabled, then it's guaranteed that `PYTHONHOME` is set to nuget Python installation, so it will have python.exe.
This commit is contained in:
+1
-1
@@ -848,7 +848,7 @@ def install_qt6(
|
||||
mark_installation(QT6_INSTALL_DIR, build_cfg)
|
||||
return
|
||||
|
||||
if pythonhome is not None and (pythonhome / "python.exe").exists():
|
||||
if pythonhome is not None:
|
||||
AQT_PYTHON = str(pythonhome / "python.exe")
|
||||
else:
|
||||
AQT_PYTHON = require_command("python")
|
||||
|
||||
Reference in New Issue
Block a user