python3: use tools/expat for host build
Oversight from when the expat host build was removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d5add7db03
commit
d09844e395
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ endif
|
||||||
HOST_CONFIGURE_ARGS+= \
|
HOST_CONFIGURE_ARGS+= \
|
||||||
--enable-optimizations \
|
--enable-optimizations \
|
||||||
--with-ensurepip=upgrade \
|
--with-ensurepip=upgrade \
|
||||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
--with-system-expat=$(STAGING_DIR_HOST) \
|
||||||
--with-ssl-default-suites=openssl \
|
--with-ssl-default-suites=openssl \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
|
|
Loading…
Reference in a new issue