diff options
| -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 |
