diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-19 14:14:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 14:14:51 +0100 |
| commit | b7c50d99af9f6c18b8d8324ed9d215ee9b01e200 (patch) | |
| tree | a2750e238aaa8de1601d27e51451d2c5ab215f23 /platform/uwp/detect.py | |
| parent | c7ba1e210e4148dbb2ab5cb3322a0fc9c4dce2d7 (diff) | |
| parent | 0c5f87531d28dfa51afe31ba3ad936908bdc1589 (diff) | |
Merge pull request #26052 from marcelofg55/mingw_cfix_win
Fix compiling with use_mingw flag on Windows
Diffstat (limited to 'platform/uwp/detect.py')
| -rw-r--r-- | platform/uwp/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index f25b9ba9cd..c32a11b396 100644 --- a/platform/uwp/detect.py +++ b/platform/uwp/detect.py @@ -29,7 +29,6 @@ def get_opts(): return [ ('msvc_version', 'MSVC version to use (ignored if the VCINSTALLDIR environment variable is set)', None), - BoolVariable('use_mingw', 'Use the MinGW compiler even if MSVC is installed (only used on Windows)', False), ] |