diff options
Diffstat (limited to 'xmake/plugins/project/make/makefile.lua')
| -rw-r--r-- | xmake/plugins/project/make/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/make/makefile.lua b/xmake/plugins/project/make/makefile.lua index cdfd1cf8d..f43e75f2d 100644 --- a/xmake/plugins/project/make/makefile.lua +++ b/xmake/plugins/project/make/makefile.lua @@ -229,7 +229,7 @@ function _get_command_string(cmd, outputdir) if opt and opt.curdir then wprint("curdir has been not supported in batchcmds:execv() for makefile generator!") end - return command + return "%$(VV)" .. command elseif kind == "cp" then if os.isdir(cmd.srcpath) then return _get_cmd_cpdir(get_relative_unix_path(cmd.srcpath, outputdir), _get_relative_unix_path(cmd.dstpath, outputdir)) |
