mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
This commit is contained in:
parent
ad5d2cf12c
commit
9f0a17b83f
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ libainstall: all
|
|||
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
||||
$(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
|
||||
sharedinstall:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue