Add Ruby 3.2 support
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'mkmf'
|
||||
|
||||
have_library('stdc++')
|
||||
@@ -6,4 +8,5 @@ append_cppflags('-O2')
|
||||
append_cppflags('-Wall')
|
||||
append_cppflags('-Wextra')
|
||||
append_cppflags('-Wvla')
|
||||
create_makefile('mikunyan/decoders/crunch')
|
||||
|
||||
create_makefile('decoders/crunch')
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'mkmf'
|
||||
|
||||
append_cppflags('-std=c11')
|
||||
@@ -5,4 +7,5 @@ append_cppflags('-O2')
|
||||
append_cppflags('-Wall')
|
||||
append_cppflags('-Wextra')
|
||||
append_cppflags('-Wvla')
|
||||
create_makefile('mikunyan/decoders/native')
|
||||
|
||||
create_makefile('decoders/native')
|
||||
|
||||
Reference in New Issue
Block a user