git2go/script/with-static.sh

9 lines
123 B
Bash
Executable File

#!/bin/sh
set -ex
export INSTALL_LOCATION=$PWD/vendor/install
export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig
$@