Fix indent
This commit is contained in:
parent
045844fc47
commit
e4a2458d4c
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ ogg_sources = [
|
|||
]
|
||||
|
||||
#if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
|
||||
env.drivers_sources+=ogg_sources
|
||||
env.drivers_sources+=ogg_sources
|
||||
|
|
|
@ -35,4 +35,4 @@ sources_lib = [
|
|||
env.drivers_sources += sources
|
||||
|
||||
#if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
|
||||
env.drivers_sources += sources_lib
|
||||
env.drivers_sources += sources_lib
|
||||
|
|
Loading…
Reference in a new issue