Merge pull request #1732 from cho45/depend-build-config

Always include build_config.rb to compile dependency.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-25 02:20:13 +09:00
+1 -1
View File
@@ -110,7 +110,7 @@ module MRuby
File.read(file).gsub("\\\n ", "").scan(/^\S+:\s+(.+)$/).flatten.map {|s| s.split(' ') }.flatten
else
[]
end
end + [ MRUBY_CONFIG ]
end
end