diff options
-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' |