Update tasks.json

This commit is contained in:
Caroline Joy Bell 2023-01-13 07:50:03 -08:00 committed by GitHub
parent 02c60cf2c7
commit ecfe257da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": [],