Update xmake.lua

This commit is contained in:
Jérôme Leclercq 2021-07-30 11:06:03 +02:00
parent 22e031b533
commit 8c2fe8333a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ package("qt5base")
-- move files to root
local installeddir = path.join(installdir, version, package:is_plat("windows") and "msvc2019_64" or "gcc_64", "*")
os.mv(installeddir, installdir)
os.rmdir(path.join(installdir, version)
os.rmdir(path.join(installdir, version))
package:data_set("qtdir", {
bindir = path.join(installdir, "bin"),