Skip to content

Commit

Permalink
feat: Ruby 3.3 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jul 15, 2024
1 parent 819ff0b commit e3ed076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lib/tebako/packager/pass2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ def get_io_c_patch(ostype, ruby_ver)
io_c_patch
end

def get_util_c_patch(ruby_ver)
if PatchHelpers.ruby316?(ruby_ver)
PatchHelpers.patch_c_file_post("#endif /* !HAVE_GNU_QSORT_R */")
else
PatchHelpers.patch_c_file_pre("#ifndef S_ISDIR")
end
def get_util_c_patch(_ruby_ver)
# if PatchHelpers.ruby316?(ruby_ver)
PatchHelpers.patch_c_file_post("#endif /* !HAVE_GNU_QSORT_R */")
# else
# PatchHelpers.patch_c_file_pre("#ifndef S_ISDIR")
# end
end

def get_msys_mkconfig_rb_patches(ruby_ver)
Expand Down
2 changes: 1 addition & 1 deletion lib/tebako/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
# POSSIBILITY OF SUCH DAMAGE.

module Tebako
VERSION = "0.7.3.rc1"
VERSION = "0.7.3.rc2"
end

0 comments on commit e3ed076

Please sign in to comment.