diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-14 18:58:24 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 12:20:47 +0200 |
commit | cbf52606f4928df46fc89d37d781bad782f0616e (patch) | |
tree | 6a2d1d2a597f17edb735e3b8201c1a3bf0efed7d /platform/bb10 | |
parent | 36738ddda4f732fff7bbfb7b4605a47a0bd7c045 (diff) |
zlib: Split thirdparty files, simplify scons option
Diffstat (limited to 'platform/bb10')
-rw-r--r-- | platform/bb10/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py index 5aa68b36dc..2b76aa3496 100644 --- a/platform/bb10/detect.py +++ b/platform/bb10/detect.py @@ -33,6 +33,7 @@ def get_flags(): return [ ('tools', 'no'), + ('builtin_zlib', 'yes'), ('module_theora_enabled', 'no'), ] |