mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
[ruby/json] Resync
This commit is contained in:
parent
e8522f06b5
commit
ca8f21ace8
Notes:
git
2024-11-05 17:00:58 +00:00
18 changed files with 2167 additions and 866 deletions
|
@ -2,7 +2,10 @@
|
|||
require 'mkmf'
|
||||
|
||||
have_func("rb_enc_interned_str", "ruby.h") # RUBY_VERSION >= 3.0
|
||||
have_func("rb_gc_mark_locations") # Missing on TruffleRuby
|
||||
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
|
||||
have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
|
||||
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
|
||||
|
||||
append_cflags("-std=c99")
|
||||
|
||||
create_makefile 'json/ext/parser'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue