fixed sconstruct error with asprintf
This commit is contained in:
parent
fd009c252f
commit
6fd48a5e1b
|
@ -85,7 +85,7 @@ else:
|
||||||
print 'Did not find libgd, you won\'t be able to create a logo screen for your avis.'
|
print 'Did not find libgd, you won\'t be able to create a logo screen for your avis.'
|
||||||
|
|
||||||
if conf.CheckFunc('asprintf'):
|
if conf.CheckFunc('asprintf'):
|
||||||
conf.env.Append(CCFLAGS = " -DHAVE_ASPRINTF")
|
conf.env.Append(CCFLAGS = "-DHAVE_ASPRINTF")
|
||||||
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c++', autoadd=1):
|
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c++', autoadd=1):
|
||||||
conf.env.Append(CCFLAGS = " -DOPENGL")
|
conf.env.Append(CCFLAGS = " -DOPENGL")
|
||||||
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])
|
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])
|
||||||
|
|
Loading…
Reference in New Issue