blob: 57ccc1a39a55f850bcd9fe36893b08ccdaf4d8b8 [file] [log] [blame]
Gilles Peskine8b427c82021-07-13 18:14:25 +02001Bugfix
2 * The GNU makefiles invoke python3 in preference to python except on Windows.
3 The check was accidentally not performed when cross-compiling for Windows
4 on Linux. Fix this. Fixes #4774.