Skip to content

Commit

Permalink
premake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardGe committed Mar 29, 2024
1 parent d38955c commit 17c5b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ newoption {

function copydir(src_dir, dst_dir, filter, single_dst_dir)
if not os.isdir(src_dir) then
printError("'%s' is not an existing directory!", src_dir)
print("copydir FAILED: " .. src_dir .. " is not an existing directory!" )
end
filter = filter or "**"
src_dir = src_dir .. "/"
Expand Down

0 comments on commit 17c5b98

Please sign in to comment.