fixed SConstruct indentation

This commit is contained in:
shinydoofy 2008-10-25 15:45:17 +00:00
parent d9ea2a263a
commit b39baa43ee
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ if env['DEBUG']:
if env['PLATFORM'] != 'win32' and env['PLATFORM'] != 'cygwin' and env['CREATE_AVI']:
env.Append(CPPDEFINES=["CREATE_AVI"])
else
else:
env['CREATE_AVI']=0;
Export('env')