mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
5 lines
205 B
Text
5 lines
205 B
Text
|
|
Bugfix
|
||
|
|
* The GNU makefiles invoke python3 in preference to python except on Windows.
|
||
|
|
The check was accidentally not performed when cross-compiling for Windows
|
||
|
|
on Linux. Fix this. Fixes #4774.
|