summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorV.VamsiKrishna <vk@bsb.in>2015-03-20 11:48:21 +0530
committerV.VamsiKrishna <vk@bsb.in>2015-03-20 11:48:21 +0530
commitbeab10ab9b18c8081ad85d2a59ce23e943f835b0 (patch)
tree01a636b5246d71d0c731eb5fb7833cd127531beb /SConstruct
parenteb3c88b3ddbe27826f634912b048589dff435847 (diff)
downloadredot-engine-beab10ab9b18c8081ad85d2a59ce23e943f835b0.tar.gz
Revert "Revert "Missed some things in prev commit.""
This reverts commit 2e59788aa9be6dab49e06588fcb1cf812e55a0cf.
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')