Sha256: 8d68a6b347a07c070afa8daf515a938fd4a699a268ea083e4775cb7b85ecd598

Contents?: true

Size: 669 Bytes

Versions: 4

Compression:

Stored size: 669 Bytes

Contents

# -*- coding: us-ascii -*-
require 'mkmf'
require 'fileutils'

# :stopdoc:

dir_config 'libyaml'

# Embed libyaml since fixed it.

$VPATH << "$(srcdir)/yaml"
$INCFLAGS << " -I$(srcdir)/yaml"

$srcs = Dir.glob("#{$srcdir}/{,yaml/}*.c").map {|n| File.basename(n)}

if have_macro("_WIN32")
  $CPPFLAGS << " -DYAML_DECLARE_STATIC -DHAVE_CONFIG_H"
end

have_header 'dlfcn.h'
have_header 'inttypes.h'
have_header 'memory.h'
have_header 'stdint.h'
have_header 'stdlib.h'
have_header 'strings.h'
have_header 'string.h'
have_header 'sys/stat.h'
have_header 'sys/types.h'
have_header 'unistd.h'

find_header 'yaml.h'
have_header 'config.h'

create_makefile 'psych'

# :startdoc:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
psych-shopifork-2.0.13 ext/psych/extconf.rb
psych-shopifork-2.0.5 ext/psych/extconf.rb
psych-shopifork-2.0.3 ext/psych/extconf.rb
psych-shopifork-2.0.0 ext/psych/extconf.rb