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 \