#!/usr/bin/env bash

dep_name=$(basename $BASH_SOURCE)

if [[ $STACK != "cedar-14" && $STACK != "heroku-16" ]]; then
	# headers for libcurl are in a different location from Ubuntu 18 and oauth configure doesn't check there
	ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl
fi

source $(dirname $BASH_SOURCE)/../pecl
