diff options
| -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 |
