Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
沈浪熊猫儿 committed Jul 29, 2023
1 parent f3ea11f commit e332fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/q/qtifw/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit e332fc4

Please sign in to comment.