Skip to content

Commit 17c5b98

Browse files
committed
premake fix
1 parent d38955c commit 17c5b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ newoption {
2121

2222
function copydir(src_dir, dst_dir, filter, single_dst_dir)
2323
if not os.isdir(src_dir) then
24-
printError("'%s' is not an existing directory!", src_dir)
24+
print("copydir FAILED: " .. src_dir .. " is not an existing directory!" )
2525
end
2626
filter = filter or "**"
2727
src_dir = src_dir .. "/"

0 commit comments

Comments
 (0)