We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2606a5c commit ce9a77dCopy full SHA for ce9a77d
premake5.lua
@@ -22,6 +22,7 @@ newoption {
22
function copydir(src_dir, dst_dir, filter, single_dst_dir)
23
if not os.isdir(src_dir) then
24
print("copydir FAILED: " .. src_dir .. " is not an existing directory!" )
25
+ return nil
26
end
27
filter = filter or "**"
28
src_dir = src_dir .. "/"
0 commit comments