diff options
| -rw-r--r-- | xmake/rules/qt/installcmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/installcmd.lua b/xmake/rules/qt/installcmd.lua index 563e4b9c6..389ffd9c4 100644 --- a/xmake/rules/qt/installcmd.lua +++ b/xmake/rules/qt/installcmd.lua @@ -75,7 +75,7 @@ function main(target, batchcmds, opt) windeployqt.run_deploy(target, deploydir, installfiles) -- copy all deployed files and directories from deploydir to root install directory via batchcmds - local installdir = package:installdir() + batchcmds:mkdir(installdir) batchcmds:cp(path.join(deploydir, "*"), installdir, {rootdir = deploydir}) -- install other shared libraries (e.g. from packages) |
