File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ subsequent builds. This path is also used to temporarily store executables
131
131
when Crystal programs are run with '*crystal* run' rather than '*crystal*
132
132
build'.
133
133
134
+ === CRYSTAL_EXEC_PATH
135
+ Determines the path where *crystal* looks for external sub-commands.
136
+
134
137
=== CRYSTAL_LIBRARY_PATH
135
138
Defines paths where Crystal searches for (binary) libraries. Multiple paths
136
139
can be separated by ":". These paths are passed to the linker as `-L`
Original file line number Diff line number Diff line change @@ -810,6 +810,9 @@ Defines path where Crystal caches partial compilation results for faster
810
810
subsequent builds. This path is also used to temporarily store executables
811
811
when Crystal programs are run with \*( Aq \fB crystal \fP run\*( Aq rather than \*( Aq \fB crystal \fP
812
812
build\*( Aq .
813
+ .SS "CRYSTAL_EXEC_PATH"
814
+ .sp
815
+ Determines the path where crystal looks for external sub-commands.
813
816
.SS "CRYSTAL_LIBRARY_PATH"
814
817
.sp
815
818
Defines paths where Crystal searches for (binary) libraries. Multiple paths
You can’t perform that action at this time.
0 commit comments