We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0815f34 + ced445c commit ad67a61Copy full SHA for ad67a61
1 file changed
ext/msgpack/extconf.rb
@@ -1,7 +1,5 @@
1
require 'mkmf'
2
3
-have_header("ruby/st.h")
4
-have_header("st.h")
5
have_func("rb_enc_interned_str", "ruby.h") # Ruby 3.0+
6
have_func("rb_hash_new_capa", "ruby.h") # Ruby 3.2+
7
have_func("rb_proc_call_with_block", "ruby.h") # CRuby (TruffleRuby doesn't have it)
0 commit comments