Unused library folder

This commit is contained in:
Reckordp
2020-04-04 21:57:13 +07:00
parent d317ee144b
commit d7df30bdd8
-2
View File
@@ -7,8 +7,6 @@ MRuby::Gem::Specification.new('mruby-io') do |spec|
if for_windows?
spec.linker.libraries << "ws2_32"
#spec.cc.include_paths += ["C:/Windows/system/include"]
spec.linker.library_paths << "C:/Windows/system"
end
spec.add_test_dependency 'mruby-time', core: 'mruby-time'
end