mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5225 from shuujii/output-build-log-at-the-time-of-installation
Output build log at the time of installation
This commit is contained in:
@@ -21,6 +21,7 @@ class String
|
||||
end
|
||||
|
||||
def install_D(src, dst)
|
||||
_pp "INSTALL", src.relative_path, dst.relative_path
|
||||
rm_f dst
|
||||
mkdir_p File.dirname(dst)
|
||||
cp src, dst
|
||||
|
||||
Reference in New Issue
Block a user