Commit 03b1b62b authored by cho45's avatar cho45

Always include build_config.rb to compile dependency.

build_config.rb modifies `cc.defines` (eg. `DISABLE_GEMS`) so files depending on such flags should be rebuilt.

Ref. (Failing scenario): https://gist.github.com/cho45/9181191
parent 109f675f
...@@ -110,7 +110,7 @@ module MRuby ...@@ -110,7 +110,7 @@ module MRuby
File.read(file).gsub("\\\n ", "").scan(/^\S+:\s+(.+)$/).flatten.map {|s| s.split(' ') }.flatten File.read(file).gsub("\\\n ", "").scan(/^\S+:\s+(.+)$/).flatten.map {|s| s.split(' ') }.flatten
else else
[] []
end end + [ MRUBY_CONFIG ]
end end
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