Skip to content

Commit

Permalink
Install libffi for bcrypt as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam authored and Jacques Chester committed Sep 29, 2014
1 parent 57f5738 commit e523c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/steps/cryptography
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source $BIN_DIR/utils
bpwatch start libffi_install

# If pylibmc exists within requirements, use vendored cryptography.
if (pip-grep -s requirements.txt cffi crytography &> /dev/null) then
if (pip-grep -s requirements.txt bcrypt cffi crytography &> /dev/null) then

if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
export LIBFFI=$(pwd)/vendor
Expand Down

0 comments on commit e523c89

Please sign in to comment.