Commit 320532c7 authored by Kenneth Reitz's avatar Kenneth Reitz

configs

parent c6223758
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment