This commit is contained in:
Kenneth Reitz
2014-08-01 16:02:32 -04:00
parent 5a65a39c5e
commit 15acd305d1
+1
View File
@@ -25,6 +25,7 @@ if (pip-grep -s requirements.txt pylibmc) then
export LIBMEMCACHED=$(pwd)/vendor
else
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory.
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor
export LIBMEMCACHED=$(pwd)/vendor