diff options
| author | ruki <[email protected]> | 2018-09-29 21:03:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-29 21:03:33 +0800 |
| commit | 1bc9bfbc31c3004457261351ceb96677b2c81fcc (patch) | |
| tree | 214e575d0730a55a65b2f03584e3301d49e02fb3 /xmake/actions/require/info.lua | |
| parent | e2cb95d8d86a27fc401667ddad70af7c81bcb0fc (diff) | |
modify install directory of package
Diffstat (limited to 'xmake/actions/require/info.lua')
| -rw-r--r-- | xmake/actions/require/info.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/require/info.lua b/xmake/actions/require/info.lua index 6a13d67bc..8fcbe8d9e 100644 --- a/xmake/actions/require/info.lua +++ b/xmake/actions/require/info.lua @@ -25,6 +25,7 @@ -- imports import("core.base.task") import("core.base.option") +import("core.project.project") import("action.filter") import("package") import("repository") |
