also install libgps as prerequisite

pull/32/head
Geoffrey Merck 4 years ago
parent 8cf946e4e9
commit afc3d11621

10
.vscode/tasks.json vendored

@ -10,7 +10,10 @@
"args": [
"-j3"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -21,10 +24,7 @@
"-j3",
"tests"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
}
]

Loading…
Cancel
Save

Powered by TurnKey Linux.