Skip to content

Commit

Permalink
MacOS: Add base dir to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ten0s committed Mar 30, 2023
1 parent 601e3ea commit 421a733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macos/velisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Force local homebrew/lib
BASE_DIR=$(dirname $0)

PATH=$BASE_DIR:$PATH
DYLD_LIBRARY_PATH=$BASE_DIR/homebrew/lib
GI_TYPELIB_PATH=$BASE_DIR/homebrew/lib/girepository-1.0

Expand All @@ -18,6 +19,7 @@ case $(sw_vers -productVersion) in
;;
esac

export PATH
export DYLD_LIBRARY_PATH
export GI_TYPELIB_PATH

Expand Down

0 comments on commit 421a733

Please sign in to comment.