summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index d099eebeb9..160b6e5afe 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -35,7 +35,7 @@ module RbConfig
]
arch = RUBY_PLATFORM
-win32 = /mswin32/ =~ arch
+win32 = /mswin/ =~ arch
v_fast = []
v_others = []
vars = {}