From: Werner Lemberg Date: Mon, 1 Dec 2008 23:12:58 +0000 (+0100) Subject: Don't use no longer defined option. X-Git-Tag: release/2.12.0-1~13^2~32^2~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d7e72d578490bde59a1bbfcc01b7c5655bf922b;p=lilypond.git Don't use no longer defined option. --- diff --git a/buildscripts/builder.py b/buildscripts/builder.py index 06f9f413b7..8313c37fec 100644 --- a/buildscripts/builder.py +++ b/buildscripts/builder.py @@ -65,7 +65,7 @@ env.Append (BUILDERS = {'HH' : HH}) # Setup LilyPond environment. For the LilyPond build, we override # some of these commands in the ENVironment. -lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 -dgs-font-load" ''' +lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2" ''' env.Append ( BSTINPUTS = '${SOURCE.dir}:${TARGET.dir}:',