diff options
| author | Juan Linietsky | 2017-01-15 16:06:14 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-15 16:07:51 -0300 |
| commit | b400c69cd487f70d8164dd5550eb994253d359d6 (patch) | |
| tree | 3ff9a43ef2fb12fa16bf0aca0f3f56fb7a1cf212 /modules/webm/config.py | |
| parent | b24b52d56bb3938bdeff9640b0730d7717f2b4c6 (diff) | |
| download | godot-b400c69cd487f70d8164dd5550eb994253d359d6.tar.gz godot-b400c69cd487f70d8164dd5550eb994253d359d6.tar.zst godot-b400c69cd487f70d8164dd5550eb994253d359d6.zip | |
Diffstat (limited to 'modules/webm/config.py')
| -rw-r--r-- | modules/webm/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/webm/config.py b/modules/webm/config.py index fb920482f..ef5daca05 100644 --- a/modules/webm/config.py +++ b/modules/webm/config.py @@ -1,6 +1,7 @@ def can_build(platform): - return True +# return True + return False def configure(env): |
