summaryrefslogtreecommitdiff
path: root/ext/dl
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 09:01:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-10 09:01:27 +0000
commitf9aa334b5be35ebf5f6dea4f995b7f2a78d1b192 (patch)
tree0e139abd361dc4111170e8dabbfe4a6a44dd985c /ext/dl
parent13e83d055ffba19d4db9ed56a80b8bfd849354fe (diff)
* ext/fiddle/win32/*: library ports from DL to Fiddle.
* 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
Diffstat (limited to 'ext/dl')
-rw-r--r--ext/dl/win32/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/win32/extconf.rb b/ext/dl/win32/extconf.rb
index a72ca49c06..3e96b521ee 100644
--- a/ext/dl/win32/extconf.rb
+++ b/ext/dl/win32/extconf.rb
@@ -1,3 +1,3 @@
-if compiled?('dl') and $mswin||$bccwin||$mingw||$cygwin
+if compiled?('dl') and !complied?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
create_makefile('win32')
end