diff options
| author | Rémi Verschelde | 2017-11-13 19:57:18 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-13 19:57:18 +0100 |
| commit | 03a080547dacdec0d8c181df700ef8dd1c092913 (patch) | |
| tree | 8d7c100e1e12f9dbc3f106e817f758c9dbb40b3c /modules/opus/config.py | |
| parent | 4c000a05f6275ae7b539927d4a2608cb54e34308 (diff) | |
| parent | 3edd3cd377511b4cef27478be24f7562273d69ce (diff) | |
| download | godot-03a080547dacdec0d8c181df700ef8dd1c092913.tar.gz godot-03a080547dacdec0d8c181df700ef8dd1c092913.tar.zst godot-03a080547dacdec0d8c181df700ef8dd1c092913.zip | |
Diffstat (limited to 'modules/opus/config.py')
| -rw-r--r-- | modules/opus/config.py | 3 |
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): |
