Skip to content

Commit ce9a77d

Browse files
committed
premake minor fix
1 parent 2606a5c commit ce9a77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

premake5.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ newoption {
2222
function copydir(src_dir, dst_dir, filter, single_dst_dir)
2323
if not os.isdir(src_dir) then
2424
print("copydir FAILED: " .. src_dir .. " is not an existing directory!" )
25+
return nil
2526
end
2627
filter = filter or "**"
2728
src_dir = src_dir .. "/"

0 commit comments

Comments
 (0)