File tree 2 files changed +11808
-6263
lines changed 2 files changed +11808
-6263
lines changed 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
252
252
mkdir -p $$(PYTHON_DIR-$1 )
253
253
tar zxf downloads/Python-$(PYTHON_VERSION ) .tgz --strip-components 1 -C $$(PYTHON_DIR-$1 )
254
254
# 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
256
256
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
259
257
# Configure target Python
260
258
cd $$(PYTHON_DIR-$1 ) && PATH=$(PROJECT_DIR ) /$(PYTHON_DIR-host ) /dist/bin:$(PATH ) ./configure \
261
259
CC="$$(CC-$1 ) " LD="$$(CC-$1 ) " \
You can’t perform that action at this time.
0 commit comments