File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
# Current director
26
26
PROJECT_DIR =$(shell pwd)
27
27
28
- BUILD_NUMBER =3
28
+ BUILD_NUMBER =4
29
29
30
30
MACOSX_DEPLOYMENT_TARGET =10.8
31
31
@@ -275,15 +275,15 @@ ifeq ($2,macOS)
275
275
cat $$(PYTHON_DIR-$1)/Modules/Setup.embedded $(PROJECT_DIR)/patch/Python/Setup.macOS-x86_64 > $$(PYTHON_DIR-$1)/Modules/Setup.local
276
276
cd $$(PYTHON_DIR-$1) && MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) ./configure \
277
277
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
278
- --without-doc-strings --without-ensurepip \
279
- $$(PYTHON_CONFIGURE -$2)
278
+ --without-doc-strings --enable-ipv6 -- without-ensurepip \
279
+ $$(PYTHON_CONFIGU.RE -$2)
280
280
else
281
281
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/build/macOS/python/bin:$(PATH) ./configure \
282
282
CC="$$(CC-$1)" LD="$$(CC-$1)" \
283
283
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
284
284
--build=x86_64-apple-darwin$(shell uname -r) \
285
285
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \
286
- --without-doc-strings --disable -ipv6 --without-ensurepip \
286
+ --without-doc-strings --enable -ipv6 --without-ensurepip \
287
287
ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no \
288
288
$$(PYTHON_CONFIGURE-$2)
289
289
endif
You can’t perform that action at this time.
0 commit comments