From a86f8f26a2c22bf393938509471c977f7e364497 Mon Sep 17 00:00:00 2001 From: take-cheeze Date: Thu, 22 Aug 2019 02:43:00 +0900 Subject: Separate repos directory and build directory closes #4652 --- lib/mruby/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mruby/build.rb b/lib/mruby/build.rb index 90943f3b1..98b9b368d 100644 --- a/lib/mruby/build.rb +++ b/lib/mruby/build.rb @@ -64,7 +64,7 @@ module MRuby @file_separator = '/' @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)) @cxx = Command::Compiler.new(self, %w(.cc .cxx .cpp)) @objc = Command::Compiler.new(self, %w(.m)) -- cgit v1.2.3