Commit 14e07f72 authored by dearblue's avatar dearblue

Build internal mrbc in an internal directory

parent 82524120
......@@ -483,6 +483,7 @@ EOS
name = "#{@name}/mrbc"
MRuby.targets.delete(name)
build = self.class.new(name, internal: true){}
build.build_dir = "#{@build_dir}/mrbc"
instance_variables.each do |n|
next if exclusions.include?(n)
v = instance_variable_get(n)
......
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