Sha256: 58a179d5d683a105a40581929ce289fe16702efa9dcc37256c788121006502a9
Contents?: true
Size: 534 Bytes
Versions: 15
Compression:
Stored size: 534 Bytes
Contents
MRuby::Gem::Specification.new('mruby-socket') do |spec| spec.license = 'MIT' spec.authors = 'Internet Initiative Japan' spec.summary = 'standard socket class' spec.cc.include_paths << "#{build.root}/src" # If Windows, use winsock if ( /mswin|mingw|win32/ =~ RUBY_PLATFORM ) then spec.linker.libraries << "wsock32" spec.linker.libraries << "ws2_32" end spec.add_dependency('mruby-io', :core => 'mruby-io') spec.add_dependency('mruby-pack', :core => 'mruby-pack') # spec.add_dependency('mruby-mtest') end
Version data entries
15 entries across 15 versions & 2 rubygems