diff options
| author | Zhuo Zhang <[email protected]> | 2024-06-04 22:02:31 +0800 |
|---|---|---|
| committer | Zhuo Zhang <[email protected]> | 2024-06-04 22:12:34 +0800 |
| commit | 3ee51f721dadf8efd9207ac927f1e29844ee676b (patch) | |
| tree | 73151c69f6afa1bf3b82bdaac1b77880d4441ddc /xmake/plugins/project/vstudio/impl/vs200x_solution.lua | |
| parent | a1d6ba0e17e3a50ed7fb076cdd3309e6b0705704 (diff) | |
fix typos
Diffstat (limited to 'xmake/plugins/project/vstudio/impl/vs200x_solution.lua')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs200x_solution.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs200x_solution.lua b/xmake/plugins/project/vstudio/impl/vs200x_solution.lua index 48b10445f..05f873dcb 100644 --- a/xmake/plugins/project/vstudio/impl/vs200x_solution.lua +++ b/xmake/plugins/project/vstudio/impl/vs200x_solution.lua @@ -41,7 +41,7 @@ function _make_projects(slnfile, vsinfo) -- enter project slnfile:enter("Project(\"{%s}\") = \"%s\", \"%s\\%s.vcproj\", \"{%s}\"", vctool, targetname, targetname, targetname, hash.uuid4(targetname)) - -- add dependences + -- add dependencies for _, dep in ipairs(target:get("deps")) do slnfile:enter("ProjectSection(ProjectDependencies) = postProject") slnfile:print("{%s} = {%s}", hash.uuid4(dep), hash.uuid4(dep)) |
