From d09844e395560a402a7b8c71ac03e0370066ec51 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 --- 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 d3b043872..003653cc1 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -330,7 +330,7 @@ endif 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 \