Sha256: 1f239db0961028540733a9d1d3650896cc56d4abd8ad5a4a015171b4a41b6d27

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

require 'mkmf-rice'

$CFLAGS = '-x c++'
$LOCAL_LIBS = '-lapngasm'

dir_config 'apngasm'

if have_header('apngasm.h')
  create_makefile 'rapngasm'
else
  puts 'apngasm is not installed or the headers are not in the system path.\n'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rapngasm-1.0.1 ext/rapngasm/extconf.rb
rapngasm-1.0.0 ext/rapngasm/extconf.rb