Sha256: 6b59025634a228d0f3c81c935c1ac29adc63d39e0e2ebbf1f957411e57329117

Contents?: true

Size: 481 Bytes

Versions: 6

Compression:

Stored size: 481 Bytes

Contents

require "mkmf"
require "rbconfig"

if RbConfig::CONFIG['host_os'] =~ /mingw/
  $CFLAGS << ' -fno-omit-frame-pointer'
end

libdir = RbConfig::CONFIG["libdir"]
includedir = RbConfig::CONFIG["includedir"]

dir_config("certstore", includedir, libdir)

have_library("crypt32")
have_func("PFXExportCertStoreEx", "Wincrypt.h")

$LDFLAGS << " -lcrypt32"
$CFLAGS << " -Wall -std=c99 -fPIC -fms-extensions "
# $CFLAGS << " -g -O0"

create_makefile("certstore/certstore")

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/extconf.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/extconf.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/extconf.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/extconf.rb
certstore_c-0.1.7 ext/certstore/extconf.rb
certstore_c-0.1.6 ext/certstore/extconf.rb