aboutsummaryrefslogtreecommitdiff
path: root/modules/opus/config.py
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-13 19:57:18 +0100
committerGitHub2017-11-13 19:57:18 +0100
commit03a080547dacdec0d8c181df700ef8dd1c092913 (patch)
tree8d7c100e1e12f9dbc3f106e817f758c9dbb40b3c /modules/opus/config.py
parent4c000a05f6275ae7b539927d4a2608cb54e34308 (diff)
parent3edd3cd377511b4cef27478be24f7562273d69ce (diff)
downloadgodot-03a080547dacdec0d8c181df700ef8dd1c092913.tar.gz
godot-03a080547dacdec0d8c181df700ef8dd1c092913.tar.zst
godot-03a080547dacdec0d8c181df700ef8dd1c092913.zip
Diffstat (limited to 'modules/opus/config.py')
-rw-r--r--modules/opus/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/opus/config.py b/modules/opus/config.py
index ef5daca05..fb920482f 100644
--- a/modules/opus/config.py
+++ b/modules/opus/config.py
@@ -1,7 +1,6 @@
def can_build(platform):
-# return True
- return False
+ return True
def configure(env):