From 1d7e72d578490bde59a1bbfcc01b7c5655bf922b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 2 Dec 2008 00:12:58 +0100 Subject: [PATCH] Don't use no longer defined option. --- buildscripts/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}:', -- 2.39.5