summaryrefslogtreecommitdiff
path: root/xmake/includes
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-22 00:44:19 +0800
committerruki <[email protected]>2023-11-22 00:44:19 +0800
commit574d9bca0e5d7a01fdf2500ac83c75f5927bb69d (patch)
tree6eee243e73bc7f6f80505ecd97a0683ae9b1f8f1 /xmake/includes
parentfaaeb0ccf5d4b56f058cda41aab9c59fb018f8cd (diff)
load xpack components
Diffstat (limited to 'xmake/includes')
-rw-r--r--xmake/includes/xpack/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua
index d07f1982e..eff96089d 100644
--- a/xmake/includes/xpack/xmake.lua
+++ b/xmake/includes/xpack/xmake.lua
@@ -47,6 +47,8 @@ local apis = {
"xpack.set_extension",
-- add targets to be packaged
"xpack.add_targets",
+ -- add package components
+ "xpack.add_components",
-- set installed binary directory, e.g. bin
"xpack.set_bindir",
-- set installed library directory, e.g. lib