diff options
| author | Ruslan Mustakov | 2017-10-02 22:01:43 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-11-21 01:16:49 +0700 |
| commit | 8f0f327f0207cbde27bbfba3ac106b9457d7201b (patch) | |
| tree | 873fcacabc6feaee5dad537f654a3df2c4d3f50e /modules/webm | |
| parent | 82ad05a20ef4420122b18eadf3835c4a8a49ba19 (diff) | |
| download | godot-8f0f327f0207cbde27bbfba3ac106b9457d7201b.tar.gz godot-8f0f327f0207cbde27bbfba3ac106b9457d7201b.tar.zst godot-8f0f327f0207cbde27bbfba3ac106b9457d7201b.zip | |
Diffstat (limited to 'modules/webm')
| -rw-r--r-- | modules/webm/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webm/config.py b/modules/webm/config.py index 0374bb36f..dcae4447d 100644 --- a/modules/webm/config.py +++ b/modules/webm/config.py @@ -1,5 +1,5 @@ def can_build(platform): - return True + return platform != 'iphone' def configure(env): pass |
