Commit 93c0f3b7 authored by Yuichiro MASUI's avatar Yuichiro MASUI

Fixed failure

parent a74f92b4
......@@ -28,7 +28,7 @@ MRuby.each_target do
file mlib => [clib]
file clib => [mrbcfile, init, asslib] + mrbs do |t|
_pp "GEN", "*.rb", "#{clib}"
FileUtils.mkdir_p File.dirname(__FILE__)
FileUtils.mkdir_p File.dirname(clib)
open(clib, 'w') do |f|
f.puts IO.read(init)
mrbc.run f, [asslib] + mrbs, 'mrbtest_irep'
......
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