aboutsummaryrefslogtreecommitdiffstats
path: root/win32/mkexports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'win32/mkexports.rb')
-rwxr-xr-xwin32/mkexports.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index 6ef20eab69..951429e35a 100755
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -3,7 +3,7 @@
$name = $library = $description = nil
module RbConfig
- autoload :CONFIG, "rbconfig"
+ autoload :CONFIG, "./rbconfig"
end
class Exports