summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorReckordp <[email protected]>2020-04-04 21:57:13 +0700
committerReckordp <[email protected]>2020-04-04 21:57:13 +0700
commitd7df30bdd83df3f6ef8448736237d17f366994b8 (patch)
tree9b8ed806156b0f1ab9d945ce82ba335789fcf217
parentd317ee144b64ce7da51f74356e34ab460d764877 (diff)
downloadmruby-d7df30bdd83df3f6ef8448736237d17f366994b8.tar.gz
mruby-d7df30bdd83df3f6ef8448736237d17f366994b8.zip
Unused library folder
-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