diff options
author | V.VamsiKrishna <vk@bsb.in> | 2015-03-20 11:06:28 +0530 |
---|---|---|
committer | V.VamsiKrishna <vk@bsb.in> | 2015-03-20 11:06:28 +0530 |
commit | d3280f91a13da6c106f95c289c095714c638d201 (patch) | |
tree | 01a636b5246d71d0c731eb5fb7833cd127531beb /SConstruct | |
parent | 41b729ccff74e5a9154bee7db0d36ffd74641eae (diff) | |
download | redot-engine-d3280f91a13da6c106f95c289c095714c638d201.tar.gz |
Missed some things in prev commit.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 50acd3884d..42c803e81e 100644 --- a/SConstruct +++ b/SConstruct @@ -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') |