diff options
author | Jean Boussier <[email protected]> | 2024-11-05 16:35:58 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-11-05 18:00:36 +0100 |
commit | ca8f21ace86e9c7ab184b3f0087ff458c06b178c () | |
tree | e5a4c05ba4bff8d9dc19963936d2c81248200881 /ext/json/parser/extconf.rb | |
parent | e8522f06b51f86214d28259118c736ac8951d8cd (diff) |
[ruby/json] Resync
Notes: Merged: https://.com/ruby/ruby/pull/12003
-rw-r--r-- | ext/json/parser/extconf.rb | 5 |
1 files changed, 4 insertions, 1 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 append_cflags("-std=c99") create_makefile 'json/ext/parser' |