aboutsummaryrefslogtreecommitdiff
path: root/modules/theora/config.py
diff options
context:
space:
mode:
authorMatt Hughes2017-09-14 15:45:02 -0500
committerHiroshi Ogawa2017-10-14 23:20:39 +0900
commit3edd3cd377511b4cef27478be24f7562273d69ce (patch)
tree204fcdded3bc7b46a6b559a5e5a44eba4244f25b /modules/theora/config.py
parente8f8359b2edd583480218b7348cdbe43e959a16e (diff)
downloadgodot-3edd3cd377511b4cef27478be24f7562273d69ce.tar.gz
godot-3edd3cd377511b4cef27478be24f7562273d69ce.tar.zst
godot-3edd3cd377511b4cef27478be24f7562273d69ce.zip
Diffstat (limited to 'modules/theora/config.py')
-rw-r--r--modules/theora/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/theora/config.py b/modules/theora/config.py
index 8eefe8128..fb920482f 100644
--- a/modules/theora/config.py
+++ b/modules/theora/config.py
@@ -1,7 +1,6 @@
def can_build(platform):
-# return True
- return False
+ return True
def configure(env):