Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 03bea66

Browse files
committed
Reverted accidental merge of 3.5 patch.
1 parent 0d28ed3 commit 03bea66

File tree

2 files changed

+11808
-6263
lines changed

2 files changed

+11808
-6263
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff 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)" \

0 commit comments

Comments
 (0)