Skip to content

Commit 35313f8

Browse files
committed
Updated patch for Python v3.8.3
1 parent e655c19 commit 35313f8

File tree

3 files changed

+144
-131
lines changed

3 files changed

+144
-131
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ifeq ($2,macOS)
277277
# A locally hosted Python requires a full Setup.local configuration
278278
# because there's no PYTHON_HOST_PLATFORM to cause Setup.local to be
279279
# generated
280-
cat $$(PYTHON_DIR-$1)/Modules/Setup.embedded $(PROJECT_DIR)/patch/Python/Setup.macOS-x86_64 > $$(PYTHON_DIR-$1)/Modules/Setup.local
280+
cat $(PROJECT_DIR)/patch/Python/Setup.embedded $(PROJECT_DIR)/patch/Python/Setup.macOS-x86_64 > $$(PYTHON_DIR-$1)/Modules/Setup.local
281281
# Make a fully embedded macOS build
282282
cd $$(PYTHON_DIR-$1) && MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) ./configure \
283283
--prefix=$(PROJECT_DIR)/$$(PYTHON_DIR-$1)/dist \

0 commit comments

Comments
 (0)