mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release.
This commit is contained in:
parent
aa25d5d026
commit
f4e5661e85
3 changed files with 22 additions and 2 deletions
|
|
@ -63,6 +63,10 @@ PRESETS = {
|
|||
"props"
|
||||
],
|
||||
},
|
||||
"iot": {
|
||||
"help": "Windows IoT Core",
|
||||
"options": ["stable", "pip"],
|
||||
},
|
||||
"default": {
|
||||
"help": "development kit package",
|
||||
"options": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue