Sha256: 0007f363e66072e7a73d567f14c68873a5deeadefff054f226995502a8df560c
Contents?: true
Size: 572 Bytes
Versions: 4
Compression:
Stored size: 572 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" #spec.cc.defines << "HAVE_SA_LEN=0" # 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
4 entries across 4 versions & 1 rubygems