]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Makefile.uk: Ensure consistent Python binary name
authorAndrei Tatar <andrei@unikraft.io>
Wed, 11 Oct 2023 07:34:09 +0000 (09:34 +0200)
committerRazvan Deaconescu <razvand@unikraft.io>
Mon, 16 Oct 2023 00:48:12 +0000 (03:48 +0300)
commit14e77dd52fbbfc98eb5f2a6bff4489530b87cafa
tree1ad2dc0d76d154b30d1e2cc4d204e4da177e2e30
parent15428fa009200785eee1f1950169703cd74ab938
Makefile.uk: Ensure consistent Python binary name

Previously Makefile.uk used `python` and `python3` interchangeably which
caused unexpected issues on misconfigured systems where these two do not
point to the same binary.
This change fixes this oversight by using `python` everywhere.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #22
Makefile.uk