Merge pull request #4653 from take-cheeze/sep_repo_build

Separate repos directory and build directory
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-08-22 08:06:47 +09:00
committed by GitHub
+1 -1
View File
@@ -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))