Skip to content
Snippets Groups Projects
Commit 320532c7 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

configs

parent c6223758
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,16 @@ config_vars: ...@@ -12,6 +12,16 @@ config_vars:
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
EOF EOF
if grep -Fxq "pylibmc" $BIN_DIR/requirements.txt
then
cat <<EOF
LIBRARY_PATH: ./vendor/lib
LD_LIBRARY_PATH: ./vendor/lib
EOF
fi
[ "$NAME" = "Python/Django" ] || exit 0 [ "$NAME" = "Python/Django" ] || exit 0
SETTINGS_FILE=$(ls $BUILD_DIR/**/settings.py | head -1) SETTINGS_FILE=$(ls $BUILD_DIR/**/settings.py | head -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment