From 2ae4bd156f411af4439a808dedfc92c2b2417c35 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 1 Aug 2014 16:58:17 -0400 Subject: [PATCH] vendor dir for libffi --- builds/libraries/vendor/libffi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/libraries/vendor/libffi b/builds/libraries/vendor/libffi index f95b9935..c87eff81 100755 --- a/builds/libraries/vendor/libffi +++ b/builds/libraries/vendor/libffi @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Build Path: /app/.heroku/python/ +# Build Path: /app/.heroku/vendor/ # Build Deps: libraries/autoconf OUT_PREFIX=$1 -- GitLab