diff options
| author | ruki <[email protected]> | 2026-02-11 00:08:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-11 00:08:44 +0800 |
| commit | b07a4ff53edddd621bac38bc93fd749c8fc44e60 (patch) | |
| tree | 7bca149b7e36db01f0c1b92f4a392c8a34d7d4ce | |
| parent | 8b503564c15fd89caf4c0ee983dac525ff820d64 (diff) | |
update harmony sdk tips
| -rw-r--r-- | xmake/modules/detect/sdks/find_hdk.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/detect/sdks/find_hdk.lua b/xmake/modules/detect/sdks/find_hdk.lua index c74a4d880..138652f3d 100644 --- a/xmake/modules/detect/sdks/find_hdk.lua +++ b/xmake/modules/detect/sdks/find_hdk.lua @@ -99,11 +99,11 @@ function main(sdkdir, opt) if hdk and hdk.sdkdir then config.set("hdk", hdk.sdkdir, {force = true, readonly = true}) if opt.verbose or option.get("verbose") then - cprint("checking for Harmony SDK directory ... ${color.success}%s", hdk.sdkdir) + cprint("checking for Harmony SDK ... ${color.success}%s", hdk.sdkdir) end else if opt.verbose or option.get("verbose") then - cprint("checking for Harmony SDK directory ... ${color.nothing}${text.nothing}") + cprint("checking for Harmony SDK ... ${color.nothing}${text.nothing}") end end |
