diff options
| author | ruki <[email protected]> | 2023-12-21 23:06:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-21 23:06:18 +0800 |
| commit | 16271a7919d9ee12203f1ba5774d73f720b79451 (patch) | |
| tree | 645d98803e6eeaefb80e3c8c0f4284c171a3cf7c /xmake/includes/xpack/xmake.lua | |
| parent | 4296189fb104b1632c939b6bdef5cf86f610fd40 (diff) | |
add buildrequires
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
| -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 76df1a7b6..5b8580172 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -65,6 +65,8 @@ local apis = { "xpack.set_includedir", -- set prefix directory, e.g. prefixdir/bin, prefixdir/lib .. "xpack.set_prefixdir", + -- add build requires for source inputkind + "xpack.add_buildrequires", -- set nsis display icon "xpack.set_nsis_displayicon", -- set package component title |
