diff options
| author | Carson McDonald <[email protected]> | 2013-05-13 10:16:31 -0400 |
|---|---|---|
| committer | Carson McDonald <[email protected]> | 2013-05-13 10:16:31 -0400 |
| commit | 7df8e6936e8a5545448cbaab3009ff574b627b36 (patch) | |
| tree | 77ebc8e75a7ddf4aa870f5b04f34acdf90eb7366 /tasks | |
| parent | 546d1626e373cc72eb031a1129fb6d55c3aba6c1 (diff) | |
| download | mruby-7df8e6936e8a5545448cbaab3009ff574b627b36.tar.gz mruby-7df8e6936e8a5545448cbaab3009ff574b627b36.zip | |
Allow mrbc command options to be changed
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 |
