Skip to content

Commit df6c8c7

Browse files
honekennethreitz
authored andcommitted
only need to build libmemcache dev for cedar-14 (heroku#690)
1 parent 6bcbf19 commit df6c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/pylibmc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This script is invoked by [`bin/compile`](/).
1111

12-
if [[ "$STACK" == "heroku-16" ]]; then
12+
if [[ "$STACK" != "cedar-14" ]]; then
1313
# libmemcached is pre-installed in the stack image so there is no need to vendor it.
1414
return 0
1515
fi

0 commit comments

Comments
 (0)