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

Commit

Permalink
depend on new debugger-ruby_core_source method
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 6, 2012
1 parent 731b963 commit 85cca3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/ruby_debug/extconf.rb
Expand Up @@ -10,7 +10,7 @@
end

require "mkmf"
require "ruby_core_source"
require "debugger/ruby_core_source"
require 'fileutils'

if RUBY_VERSION < "1.9"
Expand Down Expand Up @@ -55,7 +55,7 @@
end

dir_config("ruby")
if !Ruby_core_source::create_makefile_with_core(hdrs, "ruby_debug")
if !Debugger::RubyCoreSource.create_makefile_with_core(hdrs, "ruby_debug")
STDERR.print("Makefile creation failed\n")
STDERR.print("*************************************************************\n\n")
STDERR.print(" NOTE: If your headers were not found, try passing\n")
Expand Down

0 comments on commit 85cca3f

Please sign in to comment.