summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby/mrbgems/mruby-error/mrbgem.rake
blob: 30a4259a8ed44ba819fa22e9a258939d77c83222 (plain)
1
2
3
4
5
6
7
8
9
10
MRuby::Gem::Specification.new('mruby-error') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'extensional error handling'

  if build.cxx_exception_enabled?
    @objs << build.compile_as_cxx("#{spec.dir}/src/exception.c", "#{spec.build_dir}/src/exception.cxx")
    @objs.delete_if { |v| v == objfile("#{spec.build_dir}/src/exception") }
  end
end