Sha256: 66d2a147db1e48ffc485f567d58498878cf75a09292ac49e4863022885752e9f

Contents?: true

Size: 516 Bytes

Versions: 3

Compression:

Stored size: 516 Bytes

Contents

#!/usr/bin/env ruby
# Bogus extconf.rb to bridge rubygems to autoconf.
# rubygems will call "make install" on the resulting makefile.

puts 'The Gosu gem requires some libraries to be installed system-wide.'
puts 'See the following site for a list:'
puts 'http://code.google.com/p/gosu/wiki/GettingStartedOnLinux'
puts

require 'mkmf'

Dir.chdir File.dirname($0)

ruby_command = "ruby#{RUBY_VERSION[0..2]}"

exit 1 if not system("env GOSU_MAKEFILE_FOR_GEM=1 GOSU_RUBY_COMMAND=#{ruby_command} sh configure")

exit 0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gosu-0.7.13.2 linux/extconf.rb
gosu-0.7.13.3 linux/extconf.rb
gosu-0.7.13 linux/extconf.rb