diff options
| author | ruki <[email protected]> | 2018-09-19 22:44:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-19 10:29:58 +0800 |
| commit | 4ee805906a0dcf442a80e0bb072c538622bd2a32 (patch) | |
| tree | 0dfaa70bf639b066758f681b3c16b96ee73bbcca /xmake/actions/require/info.lua | |
| parent | b2609ac657e482c68cf27977174bc9080d34eee9 (diff) | |
remove package directory
Diffstat (limited to 'xmake/actions/require/info.lua')
| -rw-r--r-- | xmake/actions/require/info.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/actions/require/info.lua b/xmake/actions/require/info.lua index 7a7db56c9..38544171b 100644 --- a/xmake/actions/require/info.lua +++ b/xmake/actions/require/info.lua @@ -112,12 +112,12 @@ function main(requires) -- show cache directory cprint(" -> ${magenta}cachedir${clear}: %s", instance:cachedir()) + -- show prefix directory + cprint(" -> ${magenta}prefixdir${clear}: %s", instance:prefixdir()) + -- show install directory cprint(" -> ${magenta}installdir${clear}: %s", instance:installdir()) - -- show package directory - cprint(" -> ${magenta}packagedir${clear}: %s", instance:directory()) - -- end print("") end |
