Skip to content

Commit

Permalink
Updated Rakefile to point to the now moved extconf.rb file
Browse files Browse the repository at this point in the history
  • Loading branch information
jraiford1 committed Apr 1, 2011
1 parent bd75fca commit 8872466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ task :predist => [:chmod, :changelog, :doc]

desc "Build"
task :build do
ruby "extconf.rb"
ruby "ext/extconf.rb"
system "make"
end

Expand Down

0 comments on commit 8872466

Please sign in to comment.