Skip to content
Snippets Groups Projects
Commit df6c8c78 authored by Terence Lee's avatar Terence Lee Committed by Kenneth Reitz
Browse files

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

parent 6bcbf19b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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