From d317ee144b64ce7da51f74356e34ab460d764877 Mon Sep 17 00:00:00 2001 From: Reckordp Date: Sat, 4 Apr 2020 21:56:40 +0700 Subject: Correct naming file from Mingw --- mrbgems/mruby-io/mrbgem.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mrbgems/mruby-io/mrbgem.rake b/mrbgems/mruby-io/mrbgem.rake index a556ad163..be67628d1 100644 --- a/mrbgems/mruby-io/mrbgem.rake +++ b/mrbgems/mruby-io/mrbgem.rake @@ -6,9 +6,9 @@ MRuby::Gem::Specification.new('mruby-io') do |spec| spec.cc.include_paths << "#{build.root}/src" 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"] + spec.linker.library_paths << "C:/Windows/system" end spec.add_test_dependency 'mruby-time', core: 'mruby-time' end -- cgit v1.2.3