summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-25 02:20:13 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-25 02:20:13 +0900
commitde0af73c2402f425d80694da59b7beaeeac854ab (patch)
tree8c58dbb04c49788daeba349a1cffb0df30dfe4c7 /tasks
parente86ce9206626a721ccfdfa1ee10aab024ba29757 (diff)
parent03b1b62bde79158d508e5b37d5ba7a33ac9c258b (diff)
downloadmruby-de0af73c2402f425d80694da59b7beaeeac854ab.tar.gz
mruby-de0af73c2402f425d80694da59b7beaeeac854ab.zip
Merge pull request #1732 from cho45/depend-build-config
Always include build_config.rb to compile dependency.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mruby_build_commands.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake
index d7b87514e..b0965ea09 100644
--- a/tasks/mruby_build_commands.rake
+++ b/tasks/mruby_build_commands.rake
@@ -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