From 145ebbe39dda4b031ddf7cce281fab11ac90d436 Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 3 Mar 2024 20:39:24 +0100 Subject: [PATCH] add dependencies to python3 target --- make/python3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/python3.mk b/make/python3.mk index e6139f1..d611d33 100644 --- a/make/python3.mk +++ b/make/python3.mk @@ -55,7 +55,7 @@ PYTHON3_CONF_OPTS = \ # default to the pure python implementation PYTHON3_CONF_OPTS += --disable-uuid -$(D)/python3: $(D)/host_python3 $(ARCHIVE)/Python-$(PYTHON3_VER).tar.xz | $(TARGETPREFIX) +$(D)/python3: $(D)/host_python3 $(D)/libffi $(D)/expat $(ARCHIVE)/Python-$(PYTHON3_VER).tar.xz | $(TARGETPREFIX) $(START_BUILD) $(REMOVE)/Python-$(PYTHON3_VER) $(UNTAR)/Python-$(PYTHON3_VER).tar.xz -- 2.39.5