fixed SConstruct indentation
This commit is contained in:
parent
d9ea2a263a
commit
b39baa43ee
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue