We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752b775 commit c97e75cCopy full SHA for c97e75c
lib/rubygems/ext/ext_conf_builder.rb
@@ -57,7 +57,7 @@ def self.build(extension, directory, dest_path, results, args=[])
57
ENV["DESTDIR"] = destdir
58
end
59
60
- t.unlink if t
+ t.unlink if t and t.path
61
ensure
62
FileUtils.rm_rf tmp_dest if tmp_dest
63
0 commit comments