Update xmake.lua
This commit is contained in:
@@ -11,7 +11,7 @@ package("qt5base")
|
|||||||
local qt = find_qt()
|
local qt = find_qt()
|
||||||
if qt then
|
if qt then
|
||||||
package:data_set("qtdir", qt)
|
package:data_set("qtdir", qt)
|
||||||
else]]
|
else
|
||||||
package:add("deps", "python >=3.6", "7z")
|
package:add("deps", "python >=3.6", "7z")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
@@ -37,7 +37,6 @@ package("qt5base")
|
|||||||
local target = "desktop"
|
local target = "desktop"
|
||||||
local arch = package:is_plat("windows") and "win64_msvc2019_64" or nil
|
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})
|
os.vrunv("python", {"-m", "aqt", "install", "--outputdir", installdir, version, host, target, arch})
|
||||||
|
|
||||||
-- move files to root
|
-- move files to root
|
||||||
|
|||||||
Reference in New Issue
Block a user