diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-06 03:52:39 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-06 03:52:39 -0800 |
| commit | 85370784a4f91028b79fe3786bb66e035d6261fa (patch) | |
| tree | da3d32edc5a32734b6c55f09a07d3852cdef7b4c | |
| parent | 7b37bb5992bf49ec8b3c59ebedefe6a7b55d4aff (diff) | |
| parent | 0dd0a54881024cc42492e5af46ae4a552e19a2d1 (diff) | |
| download | mruby-85370784a4f91028b79fe3786bb66e035d6261fa.tar.gz mruby-85370784a4f91028b79fe3786bb66e035d6261fa.zip | |
Merge pull request #692 from masuidrive/fixed_mrbgem_cxx_objc_flags
Added cxx/objc/asmflags in mrbgems
| -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 |
