source: EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-io/mrbgem.rake@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 359 bytes
Line 
1MRuby::Gem::Specification.new('mruby-io') do |spec|
2 spec.license = 'MIT'
3 spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
4 spec.summary = 'IO and File class'
5
6 spec.cc.include_paths << "#{build.root}/src"
7
8 if for_windows?
9 spec.linker.libraries << "ws2_32"
10 end
11 spec.add_test_dependency 'mruby-time', core: 'mruby-time'
12end
Note: See TracBrowser for help on using the repository browser.