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

This commit is contained in:
Terence Lee
2018-05-01 09:17:18 -04:00
committed by Kenneth Reitz
parent 6bcbf19bb0
commit df6c8c78af
+1 -1
View File
@@ -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