From fa05153eba3ee259635ffb2ce2789386d339c077 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 8 Mar 2023 17:15:22 -0800 Subject: Make checking for python more predictable. Signed-off-by: Bryan Hundven --- paths.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paths.sh.in') diff --git a/paths.sh.in b/paths.sh.in index ad3d6846..9ab99889 100644 --- a/paths.sh.in +++ b/paths.sh.in @@ -6,7 +6,7 @@ export grep="@GREP@" export gmake="@MAKE@" export gnumake="@MAKE@" export make="@MAKE@" -export python="@PYTHON@" +export python="@PYTHON_BIN@" export sed="@SED@" export libtool="@LIBTOOL@" export libtoolize="@LIBTOOLIZE@" -- cgit v1.2.3