diff options
| author | ruki <[email protected]> | 2023-11-18 00:42:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-18 00:42:27 +0800 |
| commit | 8a593a2d3ad47e57064516643fd8cb8442cbb52d (patch) | |
| tree | ad565098d347bcc293f0f635cf6e6816a9d7054d /xmake/includes | |
| parent | 4ec6682dea22ec5a2e4b818700288e625f761d52 (diff) | |
add set_prefixdir
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 901cb160b..cbfedc600 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -50,6 +50,8 @@ local apis = { "xpack.set_libdir", -- set installed include directory, e.g. include "xpack.set_includedir", + -- set prefix directory, e.g. prefixdir/bin, prefixdir/lib .. + "xpack.set_prefixdir", -- set nsis display name "xpack.set_nsis_displayname", -- set nsis display icon |
