1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Fix CORE_LIBRARIES doc

Commit migrated from 1ae88b330a
This commit is contained in:
Steve MacLean 2019-04-22 14:23:04 -04:00 committed by GitHub
parent 647f90759a
commit d5e1251aae

View file

@ -19,7 +19,7 @@ It does this by looking at two environment variables.
* `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll).
Defaults to be next to the corerun.exe host itself.
* `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references.
* `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references.
It defaults CORE_ROOT if it is not specified.
These simple rules can be used in a number of ways