From df6a8f8de9d67b6b86bfc82ce913989707952569 Mon Sep 17 00:00:00 2001 From: Maxwell Dreytser Date: Wed, 27 Dec 2023 22:36:17 -0500 Subject: [PATCH] Install "private" cpython static libs. --- Makefile.pre.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 7d42467b6d7be48..48bb46c4291c0c5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2122,6 +2122,10 @@ libainstall: all python-config echo Skip install of $(LIBRARY) - use make frameworkinstall; \ fi; \ fi; \ + \ + $(INSTALL_DATA) $(LIBMPDEC_A) $(DESTDIR)$(LIBPL)/libmpdec.a; \ + $(INSTALL_DATA) $(LIBEXPAT_A) $(DESTDIR)$(LIBPL)/libexpat.a; \ + \ $(INSTALL_DATA) Programs/python.o $(DESTDIR)$(LIBPL)/python.o; \ fi $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c