We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38955c commit 17c5b98Copy full SHA for 17c5b98
1 file changed
premake5.lua
@@ -21,7 +21,7 @@ newoption {
21
22
function copydir(src_dir, dst_dir, filter, single_dst_dir)
23
if not os.isdir(src_dir) then
24
- printError("'%s' is not an existing directory!", src_dir)
+ print("copydir FAILED: " .. src_dir .. " is not an existing directory!" )
25
end
26
filter = filter or "**"
27
src_dir = src_dir .. "/"
0 commit comments