Commit d7df30bd authored by Reckordp's avatar Reckordp

Unused library folder

parent d317ee14
...@@ -7,8 +7,6 @@ MRuby::Gem::Specification.new('mruby-io') do |spec| ...@@ -7,8 +7,6 @@ MRuby::Gem::Specification.new('mruby-io') do |spec|
if for_windows? if for_windows?
spec.linker.libraries << "ws2_32" spec.linker.libraries << "ws2_32"
#spec.cc.include_paths += ["C:/Windows/system/include"]
spec.linker.library_paths << "C:/Windows/system"
end end
spec.add_test_dependency 'mruby-time', core: 'mruby-time' spec.add_test_dependency 'mruby-time', core: 'mruby-time'
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment