summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/base/tool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/ruby/base/tool.rb')
-rw-r--r--scripts/context/ruby/base/tool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/base/tool.rb b/scripts/context/ruby/base/tool.rb
index abf0d5ed0..1f10c9556 100644
--- a/scripts/context/ruby/base/tool.rb
+++ b/scripts/context/ruby/base/tool.rb
@@ -159,7 +159,7 @@ module Tool
end
- if Config::CONFIG['host_os'] =~ /mswin/ then
+ if RbConfig::CONFIG['host_os'] =~ /mswin/ then
require 'Win32API'