Skip to content

Commit

Permalink
Rake::ExtensionTask neede its "lib_dir" attribute set
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Smith committed Jan 1, 2015
1 parent 20f6376 commit b17dc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -15,6 +15,7 @@ task :default => :test
require 'rake/extensiontask'
Rake::ExtensionTask.new('xxhash') do |ext|
# Customizations can be set here
ext.lib_dir = 'lib/xxhash'
end

Rake::Task[:test].prerequisites << :compile

0 comments on commit b17dc28

Please sign in to comment.