Browse Source

python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
94f87dc1e1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile View File

@ -221,6 +221,7 @@ HOST_CONFIGURE_ARGS+= \
--without-cxx-main \
--without-pymalloc \
--with-threads \
--with-system-expat=$(STAGING_DIR_HOST) \
--prefix=$(STAGING_DIR_HOST) \
--with-ensurepip=upgrade \
CONFIG_SITE= \


Loading…
Cancel
Save