mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00

* ext/dl/win32/extconf.rb: check fiddle. often case dl compiled prior to fiddle, so this change is no meaning. in most cases, simply fiddle/win32 overwrite dl/win32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
3 lines
85 B
Ruby
3 lines
85 B
Ruby
if compiled?('fiddle') and $mswin||$mingw||$cygwin
|
|
create_makefile('win32')
|
|
end
|