mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Socket::Option requires iij/mruby-pack.
This commit is contained in:
@@ -5,5 +5,6 @@ MRuby::Gem::Specification.new('mruby-socket') do |spec|
|
||||
spec.cc.include_paths << "#{build.root}/src"
|
||||
|
||||
spec.add_dependency('mruby-io')
|
||||
spec.add_dependency('mruby-pack')
|
||||
# spec.add_dependency('mruby-mtest')
|
||||
end
|
||||
|
||||
@@ -21,6 +21,7 @@ MRuby::Build.new do |conf|
|
||||
|
||||
conf.gem :git => 'https://github.com/iij/mruby-mtest.git'
|
||||
conf.gem :git => 'https://github.com/iij/mruby-io.git'
|
||||
conf.gem :git => 'https://github.com/iij/mruby-pack.git'
|
||||
|
||||
conf.gem File.expand_path(File.dirname(__FILE__))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user