summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-16 00:56:53 +0800
committerruki <[email protected]>2021-11-16 00:56:53 +0800
commit6060388361136e757cc2e3f189ffdd1276b47993 (patch)
treef72ff12dc55997c24f0858d840112e2bfe4faea0
parent23b6a0d891f91c83a790dee9a10775b595099461 (diff)
add todo
-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