diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-15 22:31:26 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-15 22:31:26 +0900 |
| commit | aec8eba076cde1394cce376908b93648d55fbeb9 (patch) | |
| tree | 8f3558e487ea3a7904c7ff76dfe1b681949b77cb | |
| parent | 2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe (diff) | |
| parent | c6364edd966e4963890dd025c15f9de5182235ae (diff) | |
| download | mruby-aec8eba076cde1394cce376908b93648d55fbeb9.tar.gz mruby-aec8eba076cde1394cce376908b93648d55fbeb9.zip | |
Merge pull request #5225 from shuujii/output-build-log-at-the-time-of-installation
Output build log at the time of installation
| -rw-r--r-- | lib/mruby/core_ext.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mruby/core_ext.rb b/lib/mruby/core_ext.rb index c404bfec9..33454edad 100644 --- a/lib/mruby/core_ext.rb +++ b/lib/mruby/core_ext.rb @@ -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 |
