From 279b428e45a37f779a9a4ee520f9b2730fab0fc3 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 12 May 2021 23:27:42 +0800 Subject: add warning tips --- xmake/actions/build/build_files.lua | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3.1