remove ./ from ac
This commit is contained in:
parent
9c79fc4399
commit
ebc302f701
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -65,7 +65,7 @@
|
||||||
"command": "./premake5"
|
"command": "./premake5"
|
||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
"command": "./premake5.osx"
|
"command": "premake5.osx"
|
||||||
},
|
},
|
||||||
"group": "build"
|
"group": "build"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue