diff options
Diffstat (limited to 'ext/extmk.rb')
-rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index 7d09ac45d..fcd2f101f 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -390,8 +390,8 @@ else end if $extout + extout = RbConfig.expand("#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir)) unless $ignore - RbConfig.expand(extout = "#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir)) FileUtils.mkpath(extout) end end |