File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,10 +252,8 @@ $$(PYTHON_DIR-$1)/Makefile: downloads/Python-$(PYTHON_VERSION).tgz $(PYTHON_HOST
252252 mkdir -p $$(PYTHON_DIR-$1 )
253253 tar zxf downloads/Python-$(PYTHON_VERSION ) .tgz --strip-components 1 -C $$(PYTHON_DIR-$1 )
254254 # Apply target Python patches
255- cd $$(PYTHON_DIR-$1 ) && patch -p1 <$(PROJECT_DIR ) /patch/Python/Python.patch
255+ cd $$(PYTHON_DIR-$1 ) && patch -p1 < $(PROJECT_DIR ) /patch/Python/Python.patch
256256 cp -f $(PROJECT_DIR ) /patch/Python/Setup.embedded $$(PYTHON_DIR-$1 ) /Modules/Setup.embedded
257- # Copy in the host _freeze_importlib
258- cp $(PYTHON_DIR-host ) /Programs/_freeze_importlib $$(PYTHON_DIR-$1 ) /iOS/_freeze_importlib
259257 # Configure target Python
260258 cd $$(PYTHON_DIR-$1 ) && PATH=$(PROJECT_DIR ) /$(PYTHON_DIR-host ) /dist/bin:$(PATH ) ./configure \
261259 CC="$$(CC-$1 ) " LD="$$(CC-$1 ) " \
You can’t perform that action at this time.
0 commit comments