diff options
| author | ruki <[email protected]> | 2018-09-30 11:32:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-30 11:32:17 +0800 |
| commit | d003fe0a57e65fe71a2853bd6a33aa9d1c42636c (patch) | |
| tree | 72da8d1420f02ed84b67e7cb6dfe1fd16e4b3c36 /xmake/actions/require/search.lua | |
| parent | aa8567aac171d30261ecd0ec925773d7c170d86f (diff) | |
modify require impl modules
Diffstat (limited to 'xmake/actions/require/search.lua')
| -rw-r--r-- | xmake/actions/require/search.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/actions/require/search.lua b/xmake/actions/require/search.lua index c7e341337..f2f11a75c 100644 --- a/xmake/actions/require/search.lua +++ b/xmake/actions/require/search.lua @@ -24,10 +24,10 @@ -- imports import("core.base.task") -import("action.filter") -import("package") -import("repository") -import("environment") +import("impl.utils.filter") +import("impl.package") +import("impl.repository") +import("impl.environment") -- search the given packages function main(names) |
