diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-06 04:09:08 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-06 04:09:08 +0900 |
| commit | 0dd0a54881024cc42492e5af46ae4a552e19a2d1 (patch) | |
| tree | 0781dcf57e6548cbf9226181b329e4e55edd954e /tasks/mruby_gem_spec.rake | |
| parent | fe954098b30bc5cec1c0576831b12d089ccc188b (diff) | |
| download | mruby-0dd0a54881024cc42492e5af46ae4a552e19a2d1.tar.gz mruby-0dd0a54881024cc42492e5af46ae4a552e19a2d1.zip | |
Added cxx/objc/asmflags in mrbgems. Sorry, I forgot it
Diffstat (limited to 'tasks/mruby_gem_spec.rake')
| -rw-r--r-- | tasks/mruby_gem_spec.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/mruby_gem_spec.rake b/tasks/mruby_gem_spec.rake index 9f28b2b6a..d9078cd29 100644 --- a/tasks/mruby_gem_spec.rake +++ b/tasks/mruby_gem_spec.rake @@ -22,7 +22,7 @@ module MRuby attr_array :licenses, :authors alias :license= :licenses= alias :author= :authors= - attr_array :cflags + attr_array :cflags, :cxxflags, :objcflags, :asmflags attr_array :mruby_cflags, :mruby_includes, :mruby_ldflags, :mruby_libs attr_array :rbfiles, :objs @@ -182,4 +182,4 @@ __EOF__ end # Specification end # Gem -end # MRuby
\ No newline at end of file +end # MRuby |
