diff options
Diffstat (limited to 'xmake/modules/lib/detect/has_cincludes.lua')
| -rw-r--r-- | xmake/modules/lib/detect/has_cincludes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/has_cincludes.lua b/xmake/modules/lib/detect/has_cincludes.lua index 35817069a..7f4f67816 100644 --- a/xmake/modules/lib/detect/has_cincludes.lua +++ b/xmake/modules/lib/detect/has_cincludes.lua @@ -25,7 +25,7 @@ import("lib.detect.check_cxsnippets") -- -- @param includes the includes -- @param opt the argument options --- .e.g +-- e.g. -- { verbose = false, target = [target|option], configs = {defines = "..", .. }} -- -- @return true or false |
