Sha256: df794f88547edb5fd10d9c9642b3c68ab23f247b2b7fa978484c8a635474a1f7
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true # rubocop:disable GlobalVars require "mkmf" $CFLAGS << " -std=c99 -Wno-declaration-after-statement" pkg_config("utf8proc") have_library("utf8proc") || abort("This extension requires the utf8proc library.") create_makefile("utf8_proc/utf8_proc")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
utf8_proc-0.3.0 | ext/utf8_proc/extconf.rb |
utf8_proc-0.2.3 | ext/utf8_proc/extconf.rb |