diff options
| author | Zachary Scott <[email protected]> | 2015-10-24 21:14:54 +0900 |
|---|---|---|
| committer | Zachary Scott <[email protected]> | 2015-10-24 21:14:54 +0900 |
| commit | 1e3da80923b2d92c945608aa9625f6b5d9e4715c (patch) | |
| tree | c5ee489dce49fd9a63094dd59aa1050d60fd3ead | |
| parent | 727f2485c9028cbd5eb4085e965bcaada6fb53f6 (diff) | |
| download | mruby-1e3da80923b2d92c945608aa9625f6b5d9e4715c.tar.gz mruby-1e3da80923b2d92c945608aa9625f6b5d9e4715c.zip | |
Ensure mrbs dependency is maintained for mruby-test
| -rw-r--r-- | mrbgems/mruby-test/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-test/mrbgem.rake b/mrbgems/mruby-test/mrbgem.rake index b6b247ff6..22039586b 100644 --- a/mrbgems/mruby-test/mrbgem.rake +++ b/mrbgems/mruby-test/mrbgem.rake @@ -146,7 +146,7 @@ MRuby::Gem::Specification.new('mruby-test') do |spec| init = "#{spec.dir}/init_mrbtest.c" file mlib => clib - file clib => [build.mrbcfile, init] do |t| + file clib => [build.mrbcfile, init] + mrbs do |t| _pp "GEN", "*.rb", "#{clib.relative_path}" FileUtils.mkdir_p File.dirname(clib) open(clib, 'w') do |f| |
