summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_rc.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-24 10:42:55 +0800
committerOpportunityLiu <[email protected]>2019-07-24 10:42:55 +0800
commitb1a47544b8f60c12541b8b5a0f4383639d348af3 (patch)
treeea52bf2d354a9d04405ef1fadf1d45b82f5a90af /xmake/modules/detect/tools/find_rc.lua
parentae7d6509749944564b939bd36cf6ab895dcff0af (diff)
fix typo
Diffstat (limited to 'xmake/modules/detect/tools/find_rc.lua')
-rw-r--r--xmake/modules/detect/tools/find_rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_rc.lua b/xmake/modules/detect/tools/find_rc.lua
index c7c68a42d..cadf9fc6e 100644
--- a/xmake/modules/detect/tools/find_rc.lua
+++ b/xmake/modules/detect/tools/find_rc.lua
@@ -25,7 +25,7 @@ import("lib.detect.find_programver")
-- find rc
--
--- @param opt the argument options, .e.g {version = true}
+-- @param opt the argument options, e.g. {version = true}
--
-- @return program, version
--
@@ -50,7 +50,7 @@ function main(opt)
--
-- patch sdk bin directory to path environment
--
- -- .e.g C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x64
+ -- e.g. C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x64
--
local arch = opt.arch or config.arch() or os.arch()
local vcvarsall = config.get("__vcvarsall")