Sha256: 83816e5f5b59fb9035398ef6d8c71ea48e196a7248d38d344fd1d3b51faf9258
Contents?: true
Size: 374 Bytes
Versions: 9
Compression:
Stored size: 374 Bytes
Contents
#!/usr/bin/env ruby Dir.chdir("ext/tmailscanner/tmail") do unless File.exist?('Makefile') system "ruby extconf.rb" end unless ARGV[0] == 'setup' system "make #{ARGV.join(' ')}" end end # Eric Hodel said NOT do this. # #cp "ext/xml/*.#{dlext}", "lib/xml/#{arch}/" # # #def dlext # Config::CONFIG['DLEXT'] #end # #def arch # Config::CONFIG['arch'] #end
Version data entries
9 entries across 9 versions & 6 rubygems