diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-25 02:20:13 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-25 02:20:13 +0900 |
| commit | de0af73c2402f425d80694da59b7beaeeac854ab (patch) | |
| tree | 8c58dbb04c49788daeba349a1cffb0df30dfe4c7 | |
| parent | e86ce9206626a721ccfdfa1ee10aab024ba29757 (diff) | |
| parent | 03b1b62bde79158d508e5b37d5ba7a33ac9c258b (diff) | |
| download | mruby-de0af73c2402f425d80694da59b7beaeeac854ab.tar.gz mruby-de0af73c2402f425d80694da59b7beaeeac854ab.zip | |
Merge pull request #1732 from cho45/depend-build-config
Always include build_config.rb to compile dependency.
| -rw-r--r-- | tasks/mruby_build_commands.rake | 2 |
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 |
