diff options
| author | 2019-06-18 22:01:14 -0400 | |
|---|---|---|
| committer | 2019-06-18 22:10:13 -0400 | |
| commit | 9ba872817684f11b2a1b9e702be0fd9b42d7cb43 (patch) | |
| tree | 289502a6cb14104f9eefe5e3e99019eff3e1d53e /janet.1 | |
| parent | Update changelog. (diff) | |
Update module system.
Add relative imports and path normalization. This should
help towards a more composable build/dependency system.
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Don't execute a script, only compile it to check for errors. Useful for linting .TP .BR \-m\ syspath -Set the variable module/*syspath* to the string syspath so that Janet will load system modules +Set the dynamic binding :syspath to the string syspath so that Janet will load system modules from a directory different than the default. The default is set when Janet is built, and defaults to /usr/local/lib/janet on Linux/Posix, and C:/Janet/Library on Windows. This option supersedes JANET_PATH. |
