python3: use tools/expat for host build
authorRosen Penev <rosenp@gmail.com>
Sun, 25 Sep 2022 05:07:46 +0000 (22:07 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 28 Sep 2022 07:58:17 +0000 (00:58 -0700)
Oversight from when the expat host build was removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/python3/Makefile

index d3b043872f32c438359a4e356b2cb5345959713c..003653cc17c8b21674c01c4eb55480d2b698d074 100644 (file)
@@ -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 \