diff options
| author | ruki <[email protected]> | 2021-03-05 22:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-05 22:41:06 +0800 |
| commit | 97e94809e0ffb871b2e8a7554ad3eb54a034c525 (patch) | |
| tree | 1f81d3047ff4b7cf615df5dacd044d606fadd5b8 /xmake/core/project/rule.lua | |
| parent | ecb7b50da9471f2ebc5d44d01c72e7860776e2c9 (diff) | |
add is_enabled
Diffstat (limited to 'xmake/core/project/rule.lua')
| -rw-r--r-- | xmake/core/project/rule.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/rule.lua b/xmake/core/project/rule.lua index 81ef99148..87a082888 100644 --- a/xmake/core/project/rule.lua +++ b/xmake/core/project/rule.lua @@ -165,6 +165,7 @@ function rule.apis() -- rule.on_xxx "rule.on_run" , "rule.on_load" + , "rule.on_config" , "rule.on_link" , "rule.on_build" , "rule.on_build_file" |
