mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Stop generating unnecessary C++ files in mruby-bin-mruby
This is probably a remnant from when `MRB_TRY()` was used in the past.
This commit is contained in:
@@ -4,8 +4,4 @@ MRuby::Gem::Specification.new('mruby-bin-mruby') do |spec|
|
||||
spec.summary = 'mruby command'
|
||||
spec.bins = %w(mruby)
|
||||
spec.add_dependency('mruby-compiler', :core => 'mruby-compiler')
|
||||
|
||||
if build.cxx_exception_enabled?
|
||||
build.compile_as_cxx("#{spec.dir}/tools/mruby/mruby.c")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user