summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgem.rake')
-rw-r--r--mrbgem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgem.rake b/mrbgem.rake
index ef91bdfcb..7ae914925 100644
--- a/mrbgem.rake
+++ b/mrbgem.rake
@@ -3,7 +3,7 @@ MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
-
+
# If Windows, use winsock
if ( /mswin|mingw|win32/ =~ RUBY_PLATFORM ) then
spec.linker.libraries << "wsock32"