Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
沈浪熊猫儿 committed Jul 29, 2023
1 parent 8aa3dad commit f3ea11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/q/qtifw/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ package("qtifw")
local target = "desktop"
local version = package:version()
local installdir = package:installdir()
local qtifw_version = "qt.tools.ifw." .. version:major() .. version:minor()
if is_host("windows") then
local qtifw_version = "qt.tools.ifw." .. version:major() .. version:minor()
if is_host("windows") 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 f3ea11f

Please sign in to comment.