summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-04-24 00:46:40 +0800
committerruki <[email protected]>2021-04-24 00:46:40 +0800
commitef43f7e4fce4b57469c14d932e83d6d23348bd05 (patch)
tree751b6c577212553ceb8e00ebee7aeb9b88369cef /xmake/core/package/package.lua
parentffa126129bc10f4ab152d1ade3f8130367e400a9 (diff)
add package:plaindeps
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index cf0e58acc..af88f5cdf 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -255,6 +255,11 @@ function _instance:orderdeps()
return self._ORDERDEPS
end
+-- get plain deps
+function _instance:plaindeps()
+ return self._PLAINDEPS
+end
+
-- get link deps
function _instance:linkdeps()
return self._LINKDEPS