mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-io: define HAVE_MRUBY_IO_GEM if present; ref #6466
This commit is contained in:
@@ -6,5 +6,6 @@ MRuby::Gem::Specification.new('mruby-io') do |spec|
|
||||
if spec.for_windows?
|
||||
spec.linker.libraries << "ws2_32"
|
||||
end
|
||||
spec.build.defines << "HAVE_MRUBY_IO_GEM"
|
||||
spec.add_test_dependency 'mruby-time', core: 'mruby-time'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user