Sha256: 80e1649e7b33931a674adf988b8442e09f6750bba3d9755731b4a63022c735ad

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

require "mkmf"
require_relative "../ostn02c"

dir_config "ostn02c", [OSTN02C.include_path], [OSTN02C.lib_path]

OSTN02C.make or abort "building libostn02 failed"

abort "libostn02 not found" unless have_library "ostn02", "test(false)", "OSTN02.h"

create_makefile "national_grid/national_grid"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
national_grid-0.2.0 ext/national_grid/extconf.rb
national_grid-0.1.2 ext/national_grid/extconf.rb