Sha256: 2df8eb81b78e986c8ec4dc7cee56c9afd73d9133f29a3b08db63c80ea9ace63f

Contents?: true

Size: 388 Bytes

Versions: 13

Compression:

Stored size: 388 Bytes

Contents

# frozen_string_literal: true

# extconf.rb is used as an install hook for pure ruby gems ONLY
# Create a blank makefile (Required)
# and then use cmake to build the CRT library and copy it to the
# expected location in the gem's bin directory
require 'mkmf'

# create a dummy  makefile
create_makefile ''

# Build bin and copy to expected location
require_relative 'compile'
compile_bin

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aws-crt-0.4.0 ext/extconf.rb
aws-crt-0.3.0 ext/extconf.rb
aws-crt-0.2.1 ext/extconf.rb
aws-crt-0.2.0 ext/extconf.rb
aws-crt-0.1.9 ext/extconf.rb
aws-crt-0.1.8 ext/extconf.rb
aws-crt-0.1.7 ext/extconf.rb
aws-crt-0.1.6 ext/extconf.rb
aws-crt-0.1.5 ext/extconf.rb
aws-crt-0.1.4 ext/extconf.rb
aws-crt-0.1.2 ext/extconf.rb
aws-crt-0.1.1.pre ext/extconf.rb
aws-crt-0.1.0.pre ext/extconf.rb