From b39baa43eee636bd3efeb6c8af1b1988144e0e52 Mon Sep 17 00:00:00 2001 From: shinydoofy Date: Sat, 25 Oct 2008 15:45:17 +0000 Subject: [PATCH] fixed SConstruct indentation --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index d5c0da2e..8f4931a6 100644 --- a/SConstruct +++ b/SConstruct @@ -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')