summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-06 03:52:39 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-06 03:52:39 -0800
commit85370784a4f91028b79fe3786bb66e035d6261fa (patch)
treeda3d32edc5a32734b6c55f09a07d3852cdef7b4c /tasks
parent7b37bb5992bf49ec8b3c59ebedefe6a7b55d4aff (diff)
parent0dd0a54881024cc42492e5af46ae4a552e19a2d1 (diff)
downloadmruby-85370784a4f91028b79fe3786bb66e035d6261fa.tar.gz
mruby-85370784a4f91028b79fe3786bb66e035d6261fa.zip
Merge pull request #692 from masuidrive/fixed_mrbgem_cxx_objc_flags
Added cxx/objc/asmflags in mrbgems
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mruby_gem_spec.rake4
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