Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
2.1.0 uses same config as 2.0.0, close #112
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Dec 31, 2013
1 parent 6c44ebe commit 3a35685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ext/ruby_debug/210/breakpoint.c
1 change: 1 addition & 0 deletions ext/ruby_debug/210/ruby_debug.c
1 change: 1 addition & 0 deletions ext/ruby_debug/210/ruby_debug.h
2 changes: 1 addition & 1 deletion ext/ruby_debug/extconf.rb
Expand Up @@ -49,7 +49,7 @@
$defs << '-DRB_ISEQ_COMPILE_5ARGS'
end
}
elsif RUBY_VERSION == '2.0.0'
elsif RUBY_VERSION == '2.0.0' || RUBY_VERSION == '2.1.0'
lambda {
iseqs = %w[vm_core.h iseq.h]
begin
Expand Down

0 comments on commit 3a35685

Please sign in to comment.