Separate repos directory and build directory

closes #4652
parent 90bffaa2
...@@ -64,7 +64,7 @@ module MRuby ...@@ -64,7 +64,7 @@ module MRuby
@file_separator = '/' @file_separator = '/'
@build_dir = "#{build_dir}/#{@name}" @build_dir = "#{build_dir}/#{@name}"
@gem_clone_dir = "#{@build_dir}/repos" @gem_clone_dir = "#{build_dir}/repos/#{@name}"
@cc = Command::Compiler.new(self, %w(.c)) @cc = Command::Compiler.new(self, %w(.c))
@cxx = Command::Compiler.new(self, %w(.cc .cxx .cpp)) @cxx = Command::Compiler.new(self, %w(.cc .cxx .cpp))
@objc = Command::Compiler.new(self, %w(.m)) @objc = Command::Compiler.new(self, %w(.m))
......
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