Sha256: 7ff33755272d371b870857166197d3a857e57fa67336a87c70e59b5076d23303

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

require "mkmf"

abort "missing malloc()" unless have_func "malloc"
abort "missing free()"   unless have_func "free"



create_makefile("specs/specs")
create_makefile('hello_world')
Gem::Specification.new "specs", "0.1.0" do |s|
    # [...]
  
    s.extensions = %w[ext/specs/extconf.rb]

require 'rake/extensiontask'

Rake::ExtensionTask.new('specs')

  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xss-0.1.0-x64-mingw32 ext/specs/extconf.rb