summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSirLynix <[email protected]>2023-07-21 17:28:29 +0200
committerSirLynix <[email protected]>2023-07-21 17:28:29 +0200
commit56779b7e083536109d9008059990cff694e01a77 (patch)
tree9accfac47781bb398f7cbab1198118f8f3c0431c
parent30f29b8dd316cfee6404b1fa4ca9815a4f02c9a8 (diff)
Update getinfo.lua
-rw-r--r--xmake/plugins/project/vsxmake/getinfo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua
index 354b44ec8..cd64cad4d 100644
--- a/xmake/plugins/project/vsxmake/getinfo.lua
+++ b/xmake/plugins/project/vsxmake/getinfo.lua
@@ -541,7 +541,7 @@ function main(outputdir, vsinfo)
end
end
- -- we need set startup project for default or binary target
+ -- we need to set startup project for default or binary target
-- @see https://github.com/xmake-io/xmake/issues/1249
local targetnames = {}
for targetname, target in table.orderpairs(project.targets()) do