From 9b551317878d2eafc9b380b618dd416823d6f7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 29 Jul 2021 18:23:29 +0200 Subject: [PATCH] Update xmake.lua --- xmake-repo/packages/q/qt5base/xmake.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xmake-repo/packages/q/qt5base/xmake.lua b/xmake-repo/packages/q/qt5base/xmake.lua index fd38643d0..b4d803a78 100644 --- a/xmake-repo/packages/q/qt5base/xmake.lua +++ b/xmake-repo/packages/q/qt5base/xmake.lua @@ -11,7 +11,7 @@ package("qt5base") local qt = find_qt() if qt then package:data_set("qtdir", qt) - else]] + else package:add("deps", "python >=3.6", "7z") end end) @@ -37,7 +37,6 @@ package("qt5base") local target = "desktop" local arch = package:is_plat("windows") and "win64_msvc2019_64" or nil - print("LD_LIBRARY_PATH", os.getenv("LD_LIBRARY_PATH")) os.vrunv("python", {"-m", "aqt", "install", "--outputdir", installdir, version, host, target, arch}) -- move files to root