summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/project/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/package.lua b/xmake/core/project/package.lua
index 18bd7bea6..4917e7c20 100644
--- a/xmake/core/project/package.lua
+++ b/xmake/core/project/package.lua
@@ -172,6 +172,7 @@ function _instance:rule(name)
end
-- get package rules
+-- @see https://github.com/xmake-io/xmake/issues/2374
function _instance:rules()
local rules = self._RULES
if rules == nil then