mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
The parser now also needs to link with mysnprintf.o.
This commit is contained in:
parent
88e138c842
commit
f227252c21
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ POBJS= \
|
|||
PARSER_OBJS= $(POBJS) Parser/myreadline.o
|
||||
|
||||
PGOBJS= \
|
||||
Python/mysnprintf.o \
|
||||
Parser/firstsets.o \
|
||||
Parser/grammar.o \
|
||||
Parser/pgen.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue