diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-12-07 11:51:01 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-12-07 11:51:01 -0300 |
commit | 5e2f327d4beadf98fa9f2af30882e18fb817249a (patch) | |
tree | ecd10e0eb530e823694e65a18bff1d178e4c3ff3 /platform/windows/detect.py | |
parent | 8bdf2be4a6193252ebbfd44c6f7e8a295b015cd9 (diff) | |
parent | 7ba484bc7499a58635cc061b318d003c5f8c371f (diff) |
Merge branch 'master' of https://github.com/godotengine/godot
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 4ec4b054db..3193a2acbb 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -170,7 +170,6 @@ def get_flags(): return [ ('freetype','builtin'), #use builtin freetype ('openssl','builtin'), #use builtin openssl - ('theora','no'), ] def build_res_file( target, source, env ): |