mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Build directives for PythonStandalone were missing.
This commit is contained in:
parent
bace5e9481
commit
131c288484
1 changed files with 4 additions and 0 deletions
|
@ -270,6 +270,10 @@ I_CARBON_PLUGINS : (buildmwproject, "CWIE", [
|
|||
(":Mac:Build:TE.carbon.mcp", "TE.carbon"),
|
||||
]),
|
||||
|
||||
I_PPC_FULL : (buildmwproject, "CWIE", [
|
||||
(":Mac:Build:PythonStandalone.mcp", "PythonStandalone"),
|
||||
]),
|
||||
|
||||
I_PPC_SMALL : (buildmwproject, "CWIE", [
|
||||
(":Mac:Build:PythonStandSmall.mcp", "PythonStandSmall"),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue