Skip to content
Snippets Groups Projects
Commit 5d3e3096 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Don't implement LD_LIBRARY_PATH hack on OSX (doesn't need it)

parent 0af6eaac
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ source $(dirname ${0})/functions.sh
run_cmd_ld ./bin/buildout
# Corrects the virtualenv to take LD_LIBRARY_PATH into account
fix_venv
if [ ${ARCH} == "linux" ]; then
fix_venv
fi
if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --force;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment