diff options
| author | Juan Linietsky | 2014-09-15 11:33:30 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-09-15 11:33:30 -0300 |
| commit | 8cab401d08f8e25aa9b2dc710204785858ff3dbb (patch) | |
| tree | 1a4cec868f937fb24d340ee33fbeba2f1c6fa9f2 /platform/bb10/detect.py | |
| parent | 1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff) | |
| download | godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.tar.gz godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.tar.zst godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.zip | |
Diffstat (limited to 'platform/bb10/detect.py')
| -rw-r--r-- | platform/bb10/detect.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py index 22940c0f2..3ddb7a445 100644 --- a/platform/bb10/detect.py +++ b/platform/bb10/detect.py @@ -35,6 +35,8 @@ def get_flags(): ('lua', 'no'), ('tools', 'no'), ('nedmalloc', 'no'), + ('theora', 'no'), + ] def configure(env): |
