diff options
| author | 2025-03-23 09:19:54 -0500 | |
|---|---|---|
| committer | 2025-03-23 09:20:19 -0500 | |
| commit | f18820f2a0c761f35dde221ffb0c89aeba5e7441 (patch) | |
| tree | eee9b43da015fdf378804e5eb8e94ca96878ba73 /bin | |
| parent | Get rid of undocumented flags. (diff) | |
Config JANET_LIBPATH in the same manner as other environment variables.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/janet-pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/janet-pm b/bin/janet-pm index 1e03e88..8810851 100755 --- a/bin/janet-pm +++ b/bin/janet-pm @@ -103,6 +103,10 @@ JANET_GIT Where to get the "git" command when handling project.janet. Defaults to "git". + JANET_LIBPATH + The directory that the MSVC toolchain will use to find janet.h, janet.dll, and libjanet.lib. Most installs should not need to set this, unless + there is a non-standard windows install or possibly multiple Janet versions installed. + JANET_MANPATH Where to install manpages. By default, will store them at in $SYSPATH/man. @@ -130,7 +134,6 @@ WORKERS Number of processes to run in parallel when compiling C and C++ source code. - ```) (defn help |
