# File lib/mkrf/generator.rb, line 147
    def abort!(str, code = 1)
      logger.fatal str
      exit code
    end