summaryrefslogtreecommitdiff
path: root/ext/stringio/extconf.rb
blob: a9331597664ffd0ac9a78e7b0e50fccd2677bc25 (plain)
1
2
3
4
# frozen_string_literal: false
require 'mkmf'
have_func("rb_io_extract_modeenc", "ruby/io.h")
create_makefile('stringio')