diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2016-11-03 08:35:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 08:35:57 +0100 |
commit | 0cc8a641ce09e2dcf6224e135280030727bd34a1 (patch) | |
tree | 3714d0d67776e717c7afd49eee9981110ef513e2 /platform/winrt/detect.py | |
parent | 9548faf998b4f06c7b9ce27df8ba26e80b202904 (diff) | |
parent | cc95d4448c6005c3007c8460f09b8be1595eb3c0 (diff) |
Merge pull request #7023 from akien-mga/pr-scons-opts
scons: Reorder options for clarity
Diffstat (limited to 'platform/winrt/detect.py')
-rw-r--r-- | platform/winrt/detect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py index 2156e593e8..6a1a06d8ab 100644 --- a/platform/winrt/detect.py +++ b/platform/winrt/detect.py @@ -33,8 +33,6 @@ def get_flags(): return [ ('tools', 'no'), - ('builtin_zlib', 'yes'), - ('openssl', 'builtin'), ('xaudio2', 'yes'), ] |