1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Set DYLD_LIBRARY_PATH for mysql gem (╯°□°)╯︵ ┻━┻

This commit is contained in:
Holger Just 2013-12-10 17:45:58 +01:00
parent b3a2720001
commit 1637f31c0d

View File

@ -69,6 +69,8 @@ fi
case `uname` in
Darwin)
export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home"
# For Ruby to find the mysql libraries
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
# this requires a symlink from "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
# into $PATH, e.g. ~/bin/subl