Fix dumb coding error in the scons recipe.
This commit is contained in:
parent
2c1f0d0d7c
commit
6a6e1cf8fb
1 changed files with 3 additions and 3 deletions
|
@ -181,9 +181,9 @@ if not conf.CheckPKGConfig('0.15.0'):
|
|||
if not conf.CheckSDL(require_version = '1.2.7'):
|
||||
print 'SDL >= 1.2.7 not found.'
|
||||
Exit(1)
|
||||
#if conf.CheckSDL("SDL_ttf", require_version = "2.0.8"):
|
||||
# print 'SDL_ttf >= 2.0.8 not found.'
|
||||
# Exit(1)
|
||||
if not conf.CheckSDL("SDL_ttf", require_version = "2.0.8"):
|
||||
print 'SDL_ttf >= 2.0.8 not found.'
|
||||
Exit(1)
|
||||
|
||||
#if not conf.CheckOgg():
|
||||
# print "No Ogg Vorbis support in SDL!"
|
||||
|
|
Loading…
Add table
Reference in a new issue