Add Combi Target
This commit is contained in:
@@ -26,7 +26,18 @@
|
||||
"command": "make ${input:target} BUILD_PROFILE=${input:build cfg} TV_FORMAT=${input:tv format}",
|
||||
},
|
||||
"group": "build"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "combi make",
|
||||
"type": "shell",
|
||||
"windows": {
|
||||
"command": "wsl make -f CombiMake.mk ${input:target} BUILD_PROFILE=${input:build cfg}",
|
||||
},
|
||||
"linux": {
|
||||
"command": "make -f CombiMake.mk ${input:target} BUILD_PROFILE=${input:build cfg}",
|
||||
},
|
||||
"group": "build"
|
||||
},
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user