Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Adds new osx-lilypad source
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon authored and gperciva committed Jan 21, 2012
1 parent 917dab1 commit d68db61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gub/specs/osx-lilypad.py
Expand Up @@ -4,9 +4,7 @@ class Osx_lilypad (build.NullBuild):
pass

class Osx_lilypad__darwin__ppc (build.NullBuild):
# yes, we really need the old version here!
# 0.5 was built for lion 10.7, which doesn't have any ppc support
source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'
source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.6.tar.gz'

class Osx_lilypad__darwin__x86 (build.NullBuild):
source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'
source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.6.tar.gz'

0 comments on commit d68db61

Please sign in to comment.