summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/project/vstudio/impl/vs201x.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua
index 82409c64a..1db739f1d 100644
--- a/xmake/plugins/project/vstudio/impl/vs201x.lua
+++ b/xmake/plugins/project/vstudio/impl/vs201x.lua
@@ -57,6 +57,7 @@ function _get_command_string(cmd)
local command = os.args(table.join(cmd.program, cmd.argv))
if opt and opt.curdir then
command = "cd \"" .. opt.curdir .. "\"\n" .. command
+ -- TODO cd oldir
end
return command
elseif kind == "cp" then