Fix bug 71595

This commit is contained in:
Oleg Korshul
2024-11-21 17:29:22 +03:00
parent 1d557f1065
commit 80fb376132
3 changed files with 7 additions and 22 deletions

View File

@ -62,7 +62,7 @@ def install_qt_prebuild():
base.extract("./qt_amd64.7z", "./qt_build")
base.create_dir("./qt_build/Qt-5.9.9")
base.cmd("mv", ["./qt_build/qt_amd64", "./qt_build/Qt-5.9.9/gcc_64"])
base.setup_local_qmake(base.get_abspath("./qt_build/Qt-5.9.9/gcc_64"))
base.setup_local_qmake("./qt_build/Qt-5.9.9/gcc_64/bin")
return
if not base.is_file("./node_js_setup_14.x"):