#!/bin/bash

scripts=$(dirname "$0")

pushd "$scripts/../../" > /dev/null
root=$(pwd -P)
popd > /dev/null

suffix="3.20"

d="/opt/build/gitg-$suffix"
b="$d/install/bin/brew"

lbrew="$root/osx/scripts/lbrew"

export HOMEBREW_CACHE="$d/caches"

export PATH="$d/install/bin:$PATH"
export DYLD_FALLBACK_LIBRARY_PATH="/usr/lib"
