summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/has_cfuncs.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-10 09:05:03 +0800
committerruki <[email protected]>2017-08-10 09:05:03 +0800
commit3a1d05fd170148a6ae6342bda2e077431bb7570a (patch)
treed1b16fde057219e6934e45d0c103db75ee695f88 /xmake/modules/lib/detect/has_cfuncs.lua
parent467e97b99dc9b16dd3db3a5ad743ea954185d497 (diff)
improve add_files and compile speed
Diffstat (limited to 'xmake/modules/lib/detect/has_cfuncs.lua')
-rw-r--r--xmake/modules/lib/detect/has_cfuncs.lua2
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 0f3835f0b..e87d41065 100644
--- a/xmake/modules/lib/detect/has_cfuncs.lua
+++ b/xmake/modules/lib/detect/has_cfuncs.lua
@@ -30,7 +30,7 @@ import("lib.detect.check_cxsnippets")
-- @param funcs the funcs
-- @param opt the argument options
-- .e.g
--- { verbose = false, target = [target|option], linkdirs = .., links = .., includes = .., defines = .., .. }
+-- { verbose = false, target = [target|option], includes = "", config = {linkdirs = .., links = .., defines = .., ..}}
--
-- funcs:
-- sigsetjmp