diff --git a/Rakefile b/Rakefile index bce655c..a51f986 100644 --- a/Rakefile +++ b/Rakefile @@ -297,7 +297,7 @@ BEGIN { # discover full path to this ruby executable # - c = Config::CONFIG + c = RbConfig::CONFIG bindir = c["bindir"] || c['BINDIR'] ruby_install_name = c['ruby_install_name'] || c['RUBY_INSTALL_NAME'] || 'ruby' ruby_ext = c['EXEEXT'] || ''