Skip to content

Commit

Permalink
export CRYSTAL_EXEC_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 14, 2024
1 parent 6f38586 commit ab3e5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/crystal
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ esac
# CRYSTAL_EXEC_PATH determines the location of the `crystal` program for external
# compiler commands.
CRYSTAL_EXEC_PATH="$SCRIPT_ROOT"
export CRYSTAL_EXEC_PATH

if [ -x "$CRYSTAL_DIR/${CRYSTAL_BIN}" ]; then
__warning_msg "Using compiled compiler at ${CRYSTAL_DIR#"$PWD/"}/${CRYSTAL_BIN}"
Expand Down

0 comments on commit ab3e5e2

Please sign in to comment.