diff options
| author | 2024-09-20 22:21:46 -0500 | |
|---|---|---|
| committer | 2024-09-20 23:05:02 -0500 | |
| commit | 8084e4c7284154144c2f9b6c02fa20d159069124 (patch) | |
| tree | e909d59824b12a2f7fb91c9b5c74ae43808a0b6e /janet.1 | |
| parent | Merge pull request #1506 from sogaiu/tweak-signal-doc (diff) | |
Add support for multiple directories in JANET_PATH.
Use a colon ":" as the separator on posix, and semicolon ";" on
windows (and mingw).
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -255,7 +255,8 @@ and then arguments to the script. .RS The location to look for Janet libraries. This is the only environment variable Janet needs to find native and source code modules. If no JANET_PATH is set, Janet will look in -the default location set at compile time. +the default location set at compile time. This should be a list of as well as a colon +separate list of such directories. .RE .B JANET_PROFILE |
