We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d864ed commit 4cb8ea2Copy full SHA for 4cb8ea2
ext/mkrf_conf.rb
@@ -1,8 +1,6 @@
1
install_dir = File.expand_path("../../../..", __FILE__)
2
-jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_ENGINE)
3
-rbx = defined?(RUBY_ENGINE) && 'rbx' == RUBY_ENGINE
4
5
-unless jruby || rbx
+if !defined?(RUBY_ENGINE) || RUBY_ENGINE == 'ruby'
6
require 'rubygems'
7
require 'rubygems/command.rb'
8
require 'rubygems/dependency.rb'
0 commit comments