summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb/mrbgem.rake
blob: 846a3b0776f13918526afb5e199781e184299477 (plain)
1
2
3
4
5
6
7
8
MRuby::Gem::Specification.new('mruby-bin-mirb') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'

  spec.linker.libraries << 'readline' if spec.cc.defines.include? "ENABLE_READLINE"

  spec.bins = %w(mirb)
end