diff options
| author | ruki <[email protected]> | 2025-12-03 21:11:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-03 21:11:19 +0800 |
| commit | add6b5d52685fb9833a906caf0e14cb9238a1c4e (patch) | |
| tree | 87fee064fbed92af91fceb555126593193a5ec19 | |
| parent | 15bc55992bee2e78ba0989fe60e2eda98529e6f8 (diff) | |
fix tips
| -rw-r--r-- | xmake/actions/build/build_files.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
