Skip to content

Commit

Permalink
Install "private" cpython static libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell175 committed Dec 28, 2023
1 parent 295eed5 commit df6a8f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df6a8f8

Please sign in to comment.