aboutsummaryrefslogtreecommitdiffstats
path: root/win32/mkexports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'win32/mkexports.rb')
-rw-r--r--win32/mkexports.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index 3cf8bc329e..69131da3df 100644
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -1,6 +1,6 @@
#!./miniruby -s
-module Config
+module RbConfig
autoload :CONFIG, "rbconfig"
end
@@ -112,7 +112,7 @@ end
class Exports::Mingw < Exports
def self.nm
- @@nm ||= Config::CONFIG["NM"]
+ @@nm ||= RbConfig::CONFIG["NM"]
end
def each_export(objs)