Sha256: 27bebbb641ee2dd56a74d747dd08b111ac03cefdb8d51713ce0499af3e3b6fdc
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 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) exit 1 if not system('env GOSU_MAKEFILE_FOR_GEM=1 sh configure') exit 0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.7.10.1 | linux/extconf.rb |