diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 06:49:41 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-14 06:49:41 -0700 |
| commit | 7cc66cf819beb5398d6fd40711373f9cfe79b77a (patch) | |
| tree | 1692d5e02a6c4584b5e7cd95696ddebad5bc88fe /tasks | |
| parent | 17f10b05f2bb1c70dbc9fee06e16336ed264b098 (diff) | |
| parent | 87eb57b663fd564d81d59a3d79bae0bcf8ad43e0 (diff) | |
| download | mruby-7cc66cf819beb5398d6fd40711373f9cfe79b77a.tar.gz mruby-7cc66cf819beb5398d6fd40711373f9cfe79b77a.zip | |
Merge pull request #1252 from carsonmcdonald/fixfilenames
Fix for issue 1243
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/mruby_build_commands.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake index a47633c51..7b61b2dee 100644 --- a/tasks/mruby_build_commands.rake +++ b/tasks/mruby_build_commands.rake @@ -236,6 +236,8 @@ module MRuby end class Command::Mrbc < Command + attr_accessor :compile_options + def initialize(build) super @command = nil |
