skip executables and arguments key for unreal application

This commit is contained in:
iLLiCiTiT 2021-06-10 13:08:38 +02:00
parent 5b9e8bb495
commit 5432a26465
2 changed files with 5 additions and 11 deletions

View file

@ -1101,16 +1101,6 @@
"variants": {
"4-26": {
"use_python_2": false,
"executables": {
"windows": [],
"darwin": [],
"linux": []
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": {}
}
}

View file

@ -30,7 +30,11 @@
"children": [
{
"type": "schema_template",
"name": "template_host_variant_items"
"name": "template_host_variant_items",
"skip_paths": [
"executables",
"arguments"
]
}
]
}