Update tasks.json

This commit is contained in:
Caroline Joy Bell 2023-01-13 07:50:03 -08:00 committed by GitHub
parent bcfea44aad
commit d03927117d

2
.vscode/tasks.json vendored
View file

@ -26,7 +26,7 @@
}
},
{
"label": "Configure Waf for Debug on outdated Android",
"label": "Configure Waf for Debug on Android (NDK r10e)",
"type": "shell",
"command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21",
"problemMatcher": [],