浏览代码

python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 9 年前
父节点
当前提交
94f87dc1e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile 查看文件

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