Missed some things in prev commit.
This commit is contained in:
@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user