mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00

Now that older rubies have been droped, we no longer need to check
for all that.
35cf2b84e0
9 lines
187 B
Ruby
9 lines
187 B
Ruby
# frozen_string_literal: true
|
|
require 'mkmf'
|
|
|
|
have_func("rb_enc_raise", "ruby.h")
|
|
have_func("rb_enc_interned_str", "ruby.h")
|
|
|
|
append_cflags("-std=c99")
|
|
|
|
create_makefile 'json/ext/parser'
|