diff options
| author | ruki <[email protected]> | 2022-01-29 00:51:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-29 00:51:41 +0800 |
| commit | 51004488ea5bd7b684cd4726195947ff325d3a7b (patch) | |
| tree | b6a2dbcf012a914fe86f8cdef7a7ba496986f030 /xmake/plugins/project/vstudio/impl/vs201x.lua | |
| parent | 1120cb91f64c6dcc45e31ff3bd53a126bddeed00 (diff) | |
fix whitespace
Diffstat (limited to 'xmake/plugins/project/vstudio/impl/vs201x.lua')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x.lua | 2 |
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) |
