aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/test/test_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/test/test_base.rb')
-rw-r--r--ext/dl/test/test_base.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dl/test/test_base.rb b/ext/dl/test/test_base.rb
index bf35d7a621..fc72db4e5e 100644
--- a/ext/dl/test/test_base.rb
+++ b/ext/dl/test/test_base.rb
@@ -8,9 +8,9 @@ when /cygwin/
when /linux/
LIBC_SO = "/lib/libc.so.6"
LIBM_SO = "/lib/libm.so.6"
-when /mingw/, /msvcrt/
- LIBC_SO = "C:\\WINDOWS\\system32\\msvcrt.dll"
- LIBM_SO = "C:\\WINDOWS\\system32\\msvcrt.dll"
+when /mingw/, /mswin32/
+ LIBC_SO = "msvcrt.dll"
+ LIBM_SO = "msvcrt.dll"
else
LIBC_SO = ARGV[0]
LIBM_SO = ARGV[1]