From c325b045600ab375b07c02229f0ae66bf6623ae9 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 24 Sep 2022 22:07:46 -0700 Subject: [PATCH] python3: use tools/expat for host build Oversight from when the expat host build was removed. Signed-off-by: Rosen Penev (cherry picked from commit d09844e395560a402a7b8c71ac03e0370066ec51) Signed-off-by: Jeffery To --- lang/python/python3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index 6bc001587d..fe7eef872a 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -334,7 +334,7 @@ HOST_CFLAGS += \ HOST_CONFIGURE_ARGS+= \ --enable-optimizations \ --with-ensurepip=upgrade \ - --with-system-expat=$(STAGING_DIR_HOSTPKG) \ + --with-system-expat=$(STAGING_DIR_HOST) \ --with-ssl-default-suites=openssl \ --without-cxx-main \ --without-pymalloc \ -- 2.30.2