mirror of https://github.com/python/cpython
The parser now also needs to link with mysnprintf.o.
This commit is contained in:
parent
88e138c842
commit
f227252c21
|
@ -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…
Reference in New Issue