Missed some things in prev commit.

This commit is contained in:
V.VamsiKrishna
2015-03-20 11:06:28 +05:30
parent 41b729ccff
commit d3280f91a1
3 changed files with 7 additions and 1 deletions

View File

@ -308,6 +308,8 @@ if selected_platform in platform_list:
if (env['colored']=='yes'):
methods.colored(sys,env)
if (env['etc1']=='yes'):
env.Append(CPPFLAGS=['-DETC1_ENABLED'])
Export('env')