Browse Source

Update tasks.json

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

6
.vscode/tasks.json vendored

@ -28,13 +28,13 @@
{ {
"label": "Configure Waf for Debug on Android (NDK r10e)", "label": "Configure Waf for Debug on Android (NDK r10e)",
"type": "shell", "type": "shell",
"command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21", "command": "./waf configure -T debug --android=armeabi-v7a-hard,4.9,21",
"problemMatcher": [], "problemMatcher": [],
"windows": { "windows": {
"command": "./waf.bat configure -T release --android=armeabi-v7a-hard,4.9,21" "command": "./waf.bat configure -T debug --android=armeabi-v7a-hard,4.9,21"
}, },
"osx": { "osx": {
"command": "python3 waf configure -T release --android=armeabi-v7a-hard,4.9,21" "command": "python3 waf configure -T debug --android=armeabi-v7a-hard,4.9,21"
} }
}, },
{ {

Loading…
Cancel
Save