aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 04:34:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 04:34:26 +0000
commit5bb84ec7d8b9d6236b6edd7dd8259b9aa1480d29 (patch)
tree155c6604539048fd41767d2ad717e33bb0cf974c /ext/win32
parent53ca8de37f96de5928ed7aff27019930da51994d (diff)
downloadruby-5bb84ec7d8b9d6236b6edd7dd8259b9aa1480d29.tar.gz
extmk.rb: removed compiled? method [ci skip]
* ext/extmk.rb (compiled?): removed. * ext/win32/extconf.rb: try to install libraries regardless fiddle. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32')
-rw-r--r--ext/win32/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32/extconf.rb b/ext/win32/extconf.rb
index 9952274e29..ceab4ef4f4 100644
--- a/ext/win32/extconf.rb
+++ b/ext/win32/extconf.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
-if compiled?('fiddle') and $mswin||$mingw||$cygwin
+if $mswin||$mingw||$cygwin
create_makefile('win32')
end