~dlh/armagetronad/os-x-toolkit

« back to all changes in this revision

Viewing changes to os-x-toolkit.rb

  • Committer: Daniel Lee Harple
  • Date: 2013-10-26 20:29:44 UTC
  • Revision ID: leeharple@gmail.com-20131026202944-nx3whwaa9hgo6ehg
freetype 2.5.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  }
39
39
 
40
40
  libs["freetype"] = Builder.new("lib/libfreetype.a") { |config, arch|
41
 
    archive = fetch("http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.gz")
 
41
    archive = fetch("http://download.savannah.gnu.org/releases/freetype/freetype-2.5.0.1.tar.gz")
42
42
    source = expand_tgz(archive)
43
43
    Dir.chdir(source) do
44
44
      config.env_variables(arch)