diff options
Diffstat (limited to 'platform/bb10')
-rw-r--r-- | platform/bb10/SCsub | 2 | ||||
-rw-r--r-- | platform/bb10/detect.py | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/platform/bb10/SCsub b/platform/bb10/SCsub index 81f6e726e4..84fff0828b 100644 --- a/platform/bb10/SCsub +++ b/platform/bb10/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') bb10_lib = [ diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py index 9ab94e619a..2b76aa3496 100644 --- a/platform/bb10/detect.py +++ b/platform/bb10/detect.py @@ -32,11 +32,9 @@ def get_opts(): def get_flags(): return [ - ('lua', 'no'), ('tools', 'no'), - ('nedmalloc', 'no'), - ('theora', 'no'), - + ('builtin_zlib', 'yes'), + ('module_theora_enabled', 'no'), ] def configure(env): |