~dlh/armagetronad/os-x-toolkit

« back to all changes in this revision

Viewing changes to os-x-toolkit.rb

  • Committer: Daniel Lee Harple
  • Date: 2015-08-12 23:05:01 UTC
  • Revision ID: leeharple@gmail.com-20150812230501-te7hzrjcl6ywne2r
GLEW 1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  }
93
93
 
94
94
  libs["GLEW"] = Builder.new("lib/libGLEW.a") { |config, arch|
95
 
    archive = fetch("http://prdownloads.sourceforge.net/glew/glew-1.11.0.tgz?download")
 
95
    archive = fetch("http://prdownloads.sourceforge.net/glew/glew-1.13.0.tgz?download")
96
96
    source = expand_tgz(archive)
97
97
    Dir.chdir(source) do
98
98
      # GLEW uses their own Makefile-system. It's easier to compile