diff options
| author | ruki <[email protected]> | 2022-09-27 23:32:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-27 23:32:17 +0800 |
| commit | 89a12a21daf519d0f9d9cb5846dfe7c4835c97b5 (patch) | |
| tree | 4f90c9f3cf7395555ab47999076d216e5d483e17 /xmake/core/project/rule.lua | |
| parent | b1dd0bd59f5d35717b2493a45bf5a0274fed2a9a (diff) | |
fix tests
Diffstat (limited to 'xmake/core/project/rule.lua')
| -rw-r--r-- | xmake/core/project/rule.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/project/rule.lua b/xmake/core/project/rule.lua index c3403a197..52b8e9ff9 100644 --- a/xmake/core/project/rule.lua +++ b/xmake/core/project/rule.lua @@ -67,13 +67,13 @@ function _instance:get(name) return self._INFO:get(name) end --- set the value to the package info +-- set the value to the rule info function _instance:set(name, ...) self._INFO:apival_set(name, ...) self:_invalidate(name) end --- add the value to the package info +-- add the value to the rule info function _instance:add(name, ...) self._INFO:apival_add(name, ...) self:_invalidate(name) |
