summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-04-13 07:35:39 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-04-13 07:35:39 +0900
commit1a3846b49256cf98574a454ba43ea2587db03be2 (patch)
tree8c42f52f5060c364119e1c202d301cb02aeeb6e2 /mrbgems/mruby-io
parentdd89a618b3d8ffce3f31f45d4e628cad34fd46b6 (diff)
downloadmruby-1a3846b49256cf98574a454ba43ea2587db03be2.tar.gz
mruby-1a3846b49256cf98574a454ba43ea2587db03be2.zip
mrbgem.rake: avoid implicit receivers in `mrbgem.rake`.
Diffstat (limited to 'mrbgems/mruby-io')
-rw-r--r--mrbgems/mruby-io/mrbgem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/mrbgem.rake b/mrbgems/mruby-io/mrbgem.rake
index d0c8fb052..b2fc88264 100644
--- a/mrbgems/mruby-io/mrbgem.rake
+++ b/mrbgems/mruby-io/mrbgem.rake
@@ -5,7 +5,7 @@ MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.cc.include_paths << "#{build.root}/src"
- if for_windows?
+ if spec.for_windows?
spec.linker.libraries << "ws2_32"
end
spec.add_test_dependency 'mruby-time', core: 'mruby-time'