Sha256: 6c7b54ac27eb099ae90da805d8bf5717a9d8e25c6c9f6c54090ddd840342fb2c
Contents?: true
Size: 332 Bytes
Versions: 148
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true require "mkmf" # Makes all symbols private by default to avoid unintended conflict # with other gems. To explicitly export symbols you can use RUBY_FUNC_EXPORTED # selectively, or entirely remove this flag. append_cflags("-fvisibility=hidden") create_makefile(<%= config[:makefile_path].inspect %>)
Version data entries
148 entries across 148 versions & 4 rubygems