diff options
| -rw-r--r-- | xmake/modules/detect/tools/find_dumpbin.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_dumpbin.lua b/xmake/modules/detect/tools/find_dumpbin.lua index 4520e84c1..de56d66de 100644 --- a/xmake/modules/detect/tools/find_dumpbin.lua +++ b/xmake/modules/detect/tools/find_dumpbin.lua @@ -22,7 +22,7 @@ import("lib.detect.find_program") import("lib.detect.find_programver") --- find cl +-- find dumpbin -- -- @param opt the argument options, e.g. {version = true} -- @@ -30,7 +30,7 @@ import("lib.detect.find_programver") -- -- @code -- --- local cl = find_dumpbin() +-- local dumpbin = find_dumpbin() -- -- @endcode -- |
