From 76bc1b3c8e5dcc39b470cee2f1f7c69534dedd4b Mon Sep 17 00:00:00 2001 From: landrybr Date: Wed, 26 Jul 2023 17:36:00 -0700 Subject: [PATCH] Fix missing directory bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1d13e95..b62ef71c 100644 --- a/Makefile +++ b/Makefile @@ -835,7 +835,7 @@ $$(PYTHON_FATINCLUDE-$(sdk)): $$(PYTHON_LIB-$(sdk)) $$(PYTHON_FATSTDLIB-$(sdk)): $$(PYTHON_FATLIB-$(sdk)) @echo ">>> Build Python stdlib for the $(sdk) SDK" - mkdir -p $$(PYTHON_FATSTDLIB-$(sdk)) + mkdir -p $$(PYTHON_FATSTDLIB-$(sdk))/lib-dynload # Copy stdlib from the first target associated with the $(sdk) SDK cp -r $$(PYTHON_INSTALL-$$(firstword $$(SDK_TARGETS-$(sdk))))/lib/python$(PYTHON_VER)/ $$(PYTHON_FATSTDLIB-$(sdk))