changeset 5777:c0b238607384

Lilypond_installer::Actually add compile_flags. Adds lilypad to mingw tree.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 13 Oct 2009 21:32:34 +0200
parents 654d71ff73f3
children 5ad3fb3470c2
files gub/specs/lilypond-installer.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-installer.py	Mon Oct 12 10:40:01 2009 +0100
+++ b/gub/specs/lilypond-installer.py	Tue Oct 13 21:32:34 2009 +0200
@@ -29,6 +29,7 @@
 --branch=guile=%(guile_branch)s
 --branch=lilypond=%(lilypond_branch)s
 lilypond
+%%(compile_flags)s
 ''' % locals ()))
         self.system (compile_command)