diff options
| author | ruki <[email protected]> | 2019-04-15 22:35:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-15 09:35:27 +0800 |
| commit | 0e5504dab9d7118226655ab93b0910e628e69a10 (patch) | |
| tree | b386f953577074b373fa3e1fc7d343f4a1eec6da | |
| parent | d489e5be3ccba6298964bb73893486bea4feb0d6 (diff) | |
improve require --scan
| -rw-r--r-- | xmake/actions/require/scan.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/scan.lua b/xmake/actions/require/scan.lua index 12100023b..5fe377e54 100644 --- a/xmake/actions/require/scan.lua +++ b/xmake/actions/require/scan.lua @@ -51,7 +51,7 @@ function _scan_package(packagedir) end local manifest_file = path.join(hashdir, "manifest.txt") local manifest = os.isfile(manifest_file) and io.load(manifest_file) or nil - cprintf(" -> ${yellow}%s${clear}:", hash) + cprintf(" -> ${yellow}%s${clear}: ${green}%s, %s${clear}", hash, manifest.plat, manifest.arch) if os.emptydir(hashdir) then cprintf(" ${red}empty${clear}") elseif not referenced then |
