summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrbgems/mruby-io/mrbgem.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-io/mrbgem.rake b/mrbgems/mruby-io/mrbgem.rake
index be67628d1..d0c8fb052 100644
--- a/mrbgems/mruby-io/mrbgem.rake
+++ b/mrbgems/mruby-io/mrbgem.rake
@@ -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