diff options
| author | Rémi Verschelde | 2016-10-14 18:58:24 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-15 12:20:47 +0200 |
| commit | cbf52606f4928df46fc89d37d781bad782f0616e (patch) | |
| tree | 6a2d1d2a597f17edb735e3b8201c1a3bf0efed7d /platform/winrt/detect.py | |
| parent | 36738ddda4f732fff7bbfb7b4605a47a0bd7c045 (diff) | |
| download | godot-cbf52606f4928df46fc89d37d781bad782f0616e.tar.gz godot-cbf52606f4928df46fc89d37d781bad782f0616e.tar.zst godot-cbf52606f4928df46fc89d37d781bad782f0616e.zip | |
Diffstat (limited to 'platform/winrt/detect.py')
| -rw-r--r-- | platform/winrt/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py index 7f220736d..79fc3651e 100644 --- a/platform/winrt/detect.py +++ b/platform/winrt/detect.py @@ -29,6 +29,7 @@ def get_flags(): return [ ('tools', 'no'), + ('builtin_zlib', 'yes'), ('openssl', 'builtin'), ] |
