diff options
| author | ruki <[email protected]> | 2020-02-17 23:06:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-17 12:39:33 +0800 |
| commit | 97a7a128fa52dfbf872ff10a0ba17d2ffc0c0545 (patch) | |
| tree | 48c028b935f3cc2e212d71f6e691d92201065304 /xmake/actions/require/impl/package.lua | |
| parent | 82752d654d9f34619e7a8f4e39abb9cbdaf0957a (diff) | |
improve requires and add export
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index acbbcb193..bf84b436c 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -834,6 +834,13 @@ function uninstall_packages(requires, opt) return packages end +-- export packages +function export_packages(requires, opt) + + -- init options + opt = opt or {} +end + -- search packages function search_packages(names) |
