Sha256: 5a850fa3ab8aa7e457f01d297656bad2098e33d1ac9402bfb51ce606be452dfb
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
#!/usr/bin/env ruby # Bogus extconf.rb to bridge rubygems to autoconf. # rubygems will call "make install" on the resulting makefile. 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.7.10.2 | linux/extconf.rb |
gosu-0.7.10.3 | linux/extconf.rb |
gosu-0.7.11 | linux/extconf.rb |
gosu-0.7.12 | linux/extconf.rb |