Sha256: 41cca846bde6d6a4785f95b9b6facc3d7aab4d755b5d4cf18f3af8cc2685ea35

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

system('cd ext/libdatrie && ./configure && make')

require 'mkmf'
dir_config 'trie'

unless find_library('datrie',nil,'ext/libdatrie')
  puts 'Need libdatrie.'
  exit
end

create_makefile 'trie'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tyler-trie-0.1.0 ext/trie/extconf.rb
tyler-trie-0.1.1 ext/trie/extconf.rb