From add6b5d52685fb9833a906caf0e14cb9238a1c4e Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 3 Dec 2025 21:11:19 +0800 Subject: fix tips --- xmake/actions/build/build_files.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/build/build_files.lua b/xmake/actions/build/build_files.lua index 209b9bd07..26b389ba6 100644 --- a/xmake/actions/build/build_files.lua +++ b/xmake/actions/build/build_files.lua @@ -96,7 +96,7 @@ function _build_files(targets_root, opt) if opt.sourcefiles then wprint("%s not found!", opt.sourcefiles) else - wprint("no any files found!") + wprint("no files found!") end end end -- cgit v1.3.1