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:
Paul Monson 2019-04-12 09:55:57 -07:00 committed by Steve Dower
parent aa25d5d026
commit f4e5661e85
3 changed files with 22 additions and 2 deletions

View file

@ -63,6 +63,10 @@ PRESETS = {
"props"
],
},
"iot": {
"help": "Windows IoT Core",
"options": ["stable", "pip"],
},
"default": {
"help": "development kit package",
"options": [