diff options
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/project/project.lua | 1 |
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 |
