Christoph Reiter 08eb9bd35a python: fix sysconfig.get_platform when run in a mingw shell
In a mingw shell it will call os.uname() which starts with MINGW..
resulting in bogus results. So just check for sys.platform which
is always "cygwin".

See #5143
2025-02-01 18:15:00 +01:00
..
2024-07-05 22:11:47 +02:00
2023-02-14 08:37:10 +01:00