From 10eb3619752ce06d07065518b914c570438d3128 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 2 Mar 2016 18:54:17 -0500
Subject: [PATCH] remove bunk libffi file

---
 builds/libraries/libffi | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100755 builds/libraries/libffi

diff --git a/builds/libraries/libffi b/builds/libraries/libffi
deleted file mode 100755
index c6cb00a9..00000000
--- a/builds/libraries/libffi
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env bash
-# Build Path: /app/.heroku/python/
-
-OUT_PREFIX=$1
-
-# Use new path, containing autoconf.
-export PATH="/app/.heroku/python/bin/:$PATH"
-hash -r
-
-
-echo "Building libffi..."
-
-SOURCE_TARBALL='https://cl.ly/2s1t1u3v0N0I/download/libffi-3.1.tar'
-
-curl -L $SOURCE_TARBALL | tar x
-
-cd libffi-3.1
-./configure --prefix=$OUT_PREFIX --disable-static &&
-make
-make install
-
-# Cleanup
-cd ..
-- 
GitLab