Commit df6c8c78 authored by Terence Lee's avatar Terence Lee Committed by Kenneth Reitz

only need to build libmemcache dev for cedar-14 (#690)

parent 6bcbf19b
......@@ -9,7 +9,7 @@
#
# This script is invoked by [`bin/compile`](/).
if [[ "$STACK" == "heroku-16" ]]; then
if [[ "$STACK" != "cedar-14" ]]; then
# libmemcached is pre-installed in the stack image so there is no need to vendor it.
return 0
fi
......
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