Skip to content

Commit 09f22dd

Browse files
Document environment variable CRYSTAL_EXEC_PATH (#15631)
1 parent e777cc9 commit 09f22dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/man/crystal.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ subsequent builds. This path is also used to temporarily store executables
131131
when Crystal programs are run with '*crystal* run' rather than '*crystal*
132132
build'.
133133

134+
=== CRYSTAL_EXEC_PATH
135+
Determines the path where *crystal* looks for external sub-commands.
136+
134137
=== CRYSTAL_LIBRARY_PATH
135138
Defines paths where Crystal searches for (binary) libraries. Multiple paths
136139
can be separated by ":". These paths are passed to the linker as `-L`

man/crystal.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,9 @@ Defines path where Crystal caches partial compilation results for faster
810810
subsequent builds. This path is also used to temporarily store executables
811811
when Crystal programs are run with \*(Aq\fBcrystal\fP run\*(Aq rather than \*(Aq\fBcrystal\fP
812812
build\*(Aq.
813+
.SS "CRYSTAL_EXEC_PATH"
814+
.sp
815+
Determines the path where crystal looks for external sub-commands.
813816
.SS "CRYSTAL_LIBRARY_PATH"
814817
.sp
815818
Defines paths where Crystal searches for (binary) libraries. Multiple paths

0 commit comments

Comments
 (0)