Commit 1418f964 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #864 from nkshigeru/build_for_vc

fix access denied error at incremental build
parents c15af5d5 695920f5
......@@ -237,7 +237,7 @@ module MiniRake
# Time stamp for file task.
def timestamp
File.new(name.to_s).mtime
File::stat(name.to_s).mtime
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment