]> git.donarmstrong.com Git - lilypond.git/blobdiff - ttftool/SConscript
Scons stuff
[lilypond.git] / ttftool / SConscript
index 5f24fbe26faf6922199908fe1300dcba30e4dce4..b3a1beab328023f4a7582062c73c3130ee52bb6a 100644 (file)
@@ -7,7 +7,9 @@ outdir = Dir ('.').path
 
 name = 'ttftool'
 e = env.Copy ()
-e.Append (CPPPATH = ['#/flower/include', '#/ttftool/include', outdir,])
+e.Append (CPPPATH = ['#/flower/include', '#/ttftool/include', outdir],
+         # sigh
+         CPPDEFINES = ['-D${BYTEORDER}ENDIAN', '-DSMALLENDIAN=LITTLEENDIAN'],)
 if env['static']:
        e.Library (name, sources) 
 if not env['static'] or env['shared']: