diff options
Diffstat (limited to 'xmake/modules/lib/detect/has_cfuncs.lua')
| -rw-r--r-- | xmake/modules/lib/detect/has_cfuncs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/has_cfuncs.lua b/xmake/modules/lib/detect/has_cfuncs.lua index af1447852..86b67dce9 100644 --- a/xmake/modules/lib/detect/has_cfuncs.lua +++ b/xmake/modules/lib/detect/has_cfuncs.lua @@ -25,7 +25,7 @@ import("lib.detect.check_csnippets") -- -- @param funcs the funcs -- @param opt the argument options --- .e.g +-- e.g. -- { verbose = false, target = [target|option], includes = "", configs = {linkdirs = .., links = .., defines = .., ..}} -- -- funcs: |
