Files
mbedtls/library/Makefile
Gilles Peskine 30d9a37339 Define PYTHON in library/Makefile
Copy the definition from tests/Makefile and programs/Makefile: default to
`python3` on Unix-like platforms where `python3` exists and to `python`
otherwise.

This is necessary on Unix-like platforms where python3 doesn't exist and on
Windows platforms where neither the shebang nor the extension works to run a
Python script.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-22 18:10:28 +01:00

8.2 KiB