From b07a4ff53edddd621bac38bc93fd749c8fc44e60 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 11 Feb 2026 00:08:44 +0800 Subject: update harmony sdk tips --- xmake/modules/detect/sdks/find_hdk.lua | 4 ++-- 1 file 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 -- cgit v1.3.1