Browse Source

Update tasks.json

pull/170/head
Caroline Joy Bell 2 years ago committed by GitHub
parent
commit
ecfe257da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .vscode/tasks.json

2
.vscode/tasks.json vendored

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

Loading…
Cancel
Save