Sha256: 70855094639c4b49976d30e17372ca600447301edf8571f17ddc178c3743034a
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true # rubocop:disable GlobalVars require "mkmf" $CFLAGS << " -Wall" have_library("utf8proc") || abort("This extension requires the utf8proc library.") create_makefile("utf8_proc/utf8_proc")
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
utf8_proc-0.2.1 | ext/utf8_proc/extconf.rb |
utf8_proc-0.2.0 | ext/utf8_proc/extconf.rb |
utf8_proc-0.1.0 | ext/utf8_proc/extconf.rb |