Sha256: 5a8fa735c0d7b7bb9f75fb990d03e22a30b12817f48abf23e73100302e032ebd

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

require 'mkmf'

$CFLAGS += " -O0"
$CFLAGS += " -std=c99"

case RUBY_VERSION
when /1.9.2/
  $CFLAGS += " -I./ruby_headers/192/ -DRUBY_192"
when /1.9.3/
  $CFLAGS += " -I./ruby_headers/193/ -DRUBY_193"
end

create_makefile('binding_of_caller')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
binding_of_caller-0.6.3 ext/binding_of_caller/extconf.rb
binding_of_caller-0.6.3-universal-rubinius ext/binding_of_caller/extconf.rb
binding_of_caller-0.6.2 ext/binding_of_caller/extconf.rb