summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/vstudio/impl/vs201x.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-29 00:51:41 +0800
committerruki <[email protected]>2022-01-29 00:51:41 +0800
commit51004488ea5bd7b684cd4726195947ff325d3a7b (patch)
treeb6a2dbcf012a914fe86f8cdef7a7ba496986f030 /xmake/plugins/project/vstudio/impl/vs201x.lua
parent1120cb91f64c6dcc45e31ff3bd53a126bddeed00 (diff)
fix whitespace
Diffstat (limited to 'xmake/plugins/project/vstudio/impl/vs201x.lua')
-rw-r--r--xmake/plugins/project/vstudio/impl/vs201x.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua
index 421c19b05..622b949bf 100644
--- a/xmake/plugins/project/vstudio/impl/vs201x.lua
+++ b/xmake/plugins/project/vstudio/impl/vs201x.lua
@@ -555,7 +555,7 @@ function make(outputdir, vsinfo)
-- make target with the given mode and arch
targets[targetname] = targets[targetname] or {}
local _target = targets[targetname]
-
+
-- the vcxproj directory
_target.project_dir = path.join(vsinfo.solution_dir, targetname)