Revert "Revert "Missed some things in prev commit.""

This reverts commit 2e59788aa9.
This commit is contained in:
V.VamsiKrishna
2015-03-20 11:48:21 +05:30
parent eb3c88b3dd
commit beab10ab9b
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')