Commit 9059b9a3 authored by take_cheeze's avatar take_cheeze

support custom build_dir in CrossBuild

parent dd68ea97
...@@ -206,7 +206,7 @@ module MRuby ...@@ -206,7 +206,7 @@ module MRuby
class CrossBuild < Build class CrossBuild < Build
attr_block %w(test_runner) attr_block %w(test_runner)
def initialize(name, &block) def initialize(name, build_dir=nil, &block)
@test_runner = Command::CrossTestRunner.new(self) @test_runner = Command::CrossTestRunner.new(self)
super super
end end
......
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