Skip to content

Commit 9edf71d

Browse files
nobuko1
authored andcommitted
Clean up "debug_version.h"
1 parent dae6901 commit 9edf71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/debug/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'mkmf'
22
require_relative '../../lib/debug/version'
33
File.write("debug_version.h", "#define RUBY_DEBUG_VERSION \"#{DEBUGGER__::VERSION}\"\n")
4-
4+
$distcleanfiles << "debug_version.h"
55

66
if defined? RubyVM
77
$defs << '-DHAVE_RB_ISEQ_PARAMETERS'

0 commit comments

Comments
 (0)