summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-11 22:49:50 +0800
committerruki <[email protected]>2023-09-11 22:49:50 +0800
commit30be5d5ac2d1d0865d144d66af898b41051aad08 (patch)
tree855f4a79114f051e21a2d4973d59cd085ba43868
parent17b467d17875eb1fcc45522852a1bbe8a446028f (diff)
add comment
-rw-r--r--xmake/core/sandbox/modules/import/core/project/project.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua
index 5573de619..45e96bffd 100644
--- a/xmake/core/sandbox/modules/import/core/project/project.lua
+++ b/xmake/core/sandbox/modules/import/core/project/project.lua
@@ -143,6 +143,7 @@ end
-- @param opt the extra option, e.g. {recheck = false}
--
-- on_config(target, opt)
+-- -- @see https://github.com/xmake-io/xmake/issues/4173#issuecomment-1712843956
-- if opt.recheck then
-- target:has_cfuncs(...)
-- end