Skip to content

Commit 731a532

Browse files
committed
Win32: clean extra object file
1 parent a37a2f5 commit 731a532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/-test-/win32/dln/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
testdll = "dlntest.dll"
88
$cleanfiles << testdll
99
$cleanfiles << "dlntest.#{$LIBEXT}"
10+
$cleanfiles << "libdlntest.#{$OBJEXT}"
1011
config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)}
1112

1213
create_makefile("-test-/win32/dln") do |m|

0 commit comments

Comments
 (0)