Correct slashes for unix
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
},
|
||||
{
|
||||
"name": "Include",
|
||||
"path": "..\\..\\include"
|
||||
"path": "../../include"
|
||||
},
|
||||
{
|
||||
"name": "Root",
|
||||
"path": "..\\.."
|
||||
"path": "../.."
|
||||
}
|
||||
],
|
||||
"tasks": {
|
||||
|
Reference in New Issue
Block a user