diff options
| author | ruki <[email protected]> | 2017-05-18 09:19:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-18 09:19:14 +0800 |
| commit | 36039001e207f21bb9c7af5baaa1e208d4743f3d (patch) | |
| tree | bd9bcc5178f56644c9c4d3f58e67dbb031711853 /xmake/tools/gcc.lua | |
| parent | 49dc5aa853cf5fb900c454d1f40b241af2b75501 (diff) | |
impl find file and path
Diffstat (limited to 'xmake/tools/gcc.lua')
| -rw-r--r-- | xmake/tools/gcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/gcc.lua b/xmake/tools/gcc.lua index 7dd1e6e6c..7cd135215 100644 --- a/xmake/tools/gcc.lua +++ b/xmake/tools/gcc.lua @@ -27,7 +27,7 @@ import("core.tool.tool") import("core.base.option") import("core.project.config") import("core.project.project") -import("lib.detect.find_ccache") +import("detect.tool.find_ccache") -- init it function init(shellname, kind) |
