We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rubygems/platform.rb
1 parent 444a360 commit c3b6f2eCopy full SHA for c3b6f2e
1 file changed
ext/extmk.rb
@@ -8,8 +8,6 @@ def self.target_rbconfig
8
RbConfig::CONFIG
9
end
10
11
-# only needs Gem::Platform
12
-require 'rubygems/platform'
13
14
# :stopdoc:
15
$extension = nil
@@ -40,6 +38,9 @@ def self.target_rbconfig
40
38
41
39
require 'rbconfig'
42
+# only needs Gem::Platform
+require 'rubygems/platform'
43
+
44
$topdir = "."
45
$top_srcdir = srcdir
46
$extmk = true
0 commit comments