Sha256: 57e0654a6d4022409f36faa3c88a087fd9da8790c0d48d601659fbd0138944b2

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

require 'mkmf'

$LDFLAGS << ' -framework AppKit' if RUBY_PLATFORM =~ /darwin/

MakeMakefile::LINK_SO.sub!('$(OBJS)', 'polycrystal.o')

create_header
create_makefile 'polycrystal/polycrystal'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
polycrystal-0.1.3 ext/polycrystal/extconf.rb
polycrystal-0.1.2 ext/polycrystal/extconf.rb
polycrystal-0.1.1 ext/polycrystal/extconf.rb
polycrystal-0.1.0-x86_64-darwin-21 ext/polycrystal/extconf.rb