From 51ec7e3741f8b0062b340c962b82dbb81b85c747 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 1 Aug 2014 21:19:44 -0400 Subject: [PATCH] attempt of libffi --- builds/runtimes/pypy-2.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/pypy-2.3 b/builds/runtimes/pypy-2.3 index 033538f4..27a8bbe7 100755 --- a/builds/runtimes/pypy-2.3 +++ b/builds/runtimes/pypy-2.3 @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Build Path: /app/.heroku/python/ -# Build Deps: libraries/sqlite +# Build Deps: libraries/sqlite, libraries/libffi # NOTICE: This formula only works for the cedar-14 stack, not cedar. -- GitLab