diff options
| author | ruki <[email protected]> | 2021-05-12 23:27:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-12 23:27:42 +0800 |
| commit | 279b428e45a37f779a9a4ee520f9b2730fab0fc3 (patch) | |
| tree | 086ca24e1ba4338ac2415b4a33d4bb2851f4096a | |
| parent | 40cfca440a080a1cc6968186720b024f140848d4 (diff) | |
add warning tips
| -rw-r--r-- | xmake/actions/build/build_files.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/actions/build/build_files.lua b/xmake/actions/build/build_files.lua index ca061b2c8..90a21c3aa 100644 --- a/xmake/actions/build/build_files.lua +++ b/xmake/actions/build/build_files.lua @@ -207,6 +207,8 @@ function main(targetname, sourcefiles) local curdir = os.curdir() runjobs("build_files", batchjobs, {comax = option.get("jobs") or 1, curdir = curdir, count_as_index = true}) os.cd(curdir) + else + wprint("%s not found!", sourcefiles) end end |
