summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorV.VamsiKrishna <vk@bsb.in>2015-03-20 11:06:28 +0530
committerV.VamsiKrishna <vk@bsb.in>2015-03-20 11:06:28 +0530
commitd3280f91a13da6c106f95c289c095714c638d201 (patch)
tree01a636b5246d71d0c731eb5fb7833cd127531beb /SConstruct
parent41b729ccff74e5a9154bee7db0d36ffd74641eae (diff)
downloadredot-engine-d3280f91a13da6c106f95c289c095714c638d201.tar.gz
Missed some things in prev commit.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
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')