From: Markham Date: Sun, 3 Mar 2024 19:39:24 +0000 (+0100) Subject: add dependencies to python3 target X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=145ebbe39dda4b031ddf7cce281fab11ac90d436;p=bs-cst-neutrino-hd.git add dependencies to python3 target --- 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