diff options
| author | ruki <[email protected]> | 2023-11-22 00:44:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-22 00:44:19 +0800 |
| commit | 574d9bca0e5d7a01fdf2500ac83c75f5927bb69d (patch) | |
| tree | 6eee243e73bc7f6f80505ecd97a0683ae9b1f8f1 /xmake/includes | |
| parent | faaeb0ccf5d4b56f058cda41aab9c59fb018f8cd (diff) | |
load xpack components
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 2 |
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 |
