From 0e7fd84774441a2dadbaa6d58b324685567a67f5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Dec 2012 09:03:17 +0000 Subject: * properties. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fiddle/win32/extconf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/fiddle/win32/extconf.rb b/ext/fiddle/win32/extconf.rb index c32d43490e..c4efee8149 100644 --- a/ext/fiddle/win32/extconf.rb +++ b/ext/fiddle/win32/extconf.rb @@ -1,3 +1,3 @@ -if compiled?('fiddle') and $mswin||$mingw||$cygwin - create_makefile('win32') -end +if compiled?('fiddle') and $mswin||$mingw||$cygwin + create_makefile('win32') +end -- cgit v1.2.3