diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-20 22:56:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-20 22:56:15 +0100 |
| commit | 71a3e71b61690663f5bc6b1b091f578a6d6915f7 (patch) | |
| tree | 380303c58fff0dd7e2e6aa4c4b192e48e4a23037 /modules/webm/config.py | |
| parent | 6065b2d1778cd5dc8c078f3b59e501fb8ccdec9f (diff) | |
| parent | 8f0f327f0207cbde27bbfba3ac106b9457d7201b (diff) | |
| download | redot-engine-71a3e71b61690663f5bc6b1b091f578a6d6915f7.tar.gz | |
Merge pull request #11783 from endragor/ios-export-frameworks
Allow exporting third-party iOS Frameworks
Diffstat (limited to 'modules/webm/config.py')
| -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 0374bb36f7..dcae4447d5 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 |
