mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27490: Do not build pgen when cross-compiling
The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl.
This commit is contained in:
parent
e33797b686
commit
eac67be948
5 changed files with 12 additions and 1 deletions
|
|
@ -1120,6 +1120,7 @@ Steven Pemberton
|
|||
Bo Peng
|
||||
Santiago Peresón
|
||||
George Peristerakis
|
||||
Thomas Perl
|
||||
Mathieu Perreault
|
||||
Mark Perrego
|
||||
Trevor Perrin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue