Corrections to ols config, moved ols out of repo

ols is now assumed to exist installed by the user
This commit is contained in:
2024-05-04 08:26:52 -04:00
parent 7162c5a14d
commit 4492ca3079
5 changed files with 7 additions and 14 deletions

View File

@ -3,11 +3,11 @@
"collections": [
{
"name": "core",
"path": "C:/projects/SectrPrototype/thirdparty/Odin/core"
"path": "C:/projects/SectrPrototype/toolchain/Odin/core"
},
{
"name": "vendor",
"path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor"
"path": "C:/projects/SectrPrototype/toolchain/Odin/vendor"
},
{
"name": "code",
@ -15,11 +15,11 @@
},
{
"name": "ini",
"path": "C:/projects/SectrPrototype/thirdparty/packages/ini"
"path": "C:/projects/SectrPrototype/thirdparty/ini"
},
{
"name": "backtrace",
"path": "C:/projects/SectrPrototype/thirdparty/packages/backtrace"
"path": "C:/projects/SectrPrototype/thirdparty/backtrace"
}
],
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",