From e332fc41250c132cc5ad187c240702252d7d384c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=B5=AA=E7=86=8A=E7=8C=AB=E5=84=BF?= Date: Sat, 29 Jul 2023 23:12:44 +0800 Subject: [PATCH] fix --- packages/q/qtifw/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/q/qtifw/xmake.lua b/packages/q/qtifw/xmake.lua index 013f62ca26e..f60814269d0 100644 --- a/packages/q/qtifw/xmake.lua +++ b/packages/q/qtifw/xmake.lua @@ -31,7 +31,7 @@ package("qtifw") local version = package:version() local installdir = package:installdir() local qtifw_version = "qt.tools.ifw." .. version:major() .. version:minor() - if is_host("windows") then + if is_host("windows") and (not is_host("msys")) then os.vrunv("aqt", {"install-tool", "-O", installdir, host, target, "tools_ifw", qtifw_version, "--external", "7z"}) else os.vrunv("aqt", {"install-tool", "-O", installdir, host, target, "tools_ifw", qtifw_version})