1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/stringio/extconf.rb

4 lines
122 B
Ruby

# frozen_string_literal: false
require 'mkmf'
have_func("rb_io_extract_modeenc", "ruby/io.h")
create_makefile('stringio')