Skip to content

Commit

Permalink
Add extension library path
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 17, 2024
1 parent 4185f39 commit 23c0ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extask = Rake::ExtensionTask.new(name) do |x|
x.lib_dir.sub!(%r[(?=/|\z)], "/#{RUBY_VERSION}/#{x.platform}")
end
Rake::TestTask.new(:test) do |t|
t.libs = ["lib/#{RUBY_VERSION}/#{extask.platform}"]
t.libs.unshift(extask.lib_dir)
t.libs << "test/lib"
t.ruby_opts << "-rhelper"
t.test_files = FileList["test/**/test_*.rb"]
Expand Down

0 comments on commit 23c0ac9

Please sign in to comment.