Skip to content

Commit

Permalink
fix: Fix native extensions build on Ruby <= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baygeldin committed Mar 17, 2022
1 parent 46a6379 commit f801ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "thermite/tasks"

project_dir = File.dirname(__FILE__, 2)
project_dir = File.dirname(File.dirname(__FILE__)) # rubocop:disable Style/NestedFileDirname
Thermite::Tasks.new(cargo_project_path: project_dir, ruby_project_path: project_dir)
task default: %w[thermite:build]

0 comments on commit f801ef3

Please sign in to comment.