mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixed creation of extended python.
This commit is contained in:
parent
9d8fe6483d
commit
ad5d2cf12c
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ libainstall: all
|
||||||
$(INSTALL_DATA) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
|
$(INSTALL_DATA) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
|
||||||
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
||||||
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
|
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
|
||||||
|
$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
|
||||||
|
$(INSTALL_DATA) Modules/getpath.o $(LIBPL)/getpath.o
|
||||||
|
|
||||||
# install the dynamically loadable modules
|
# install the dynamically loadable modules
|
||||||
sharedinstall:
|
sharedinstall:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue