git2go/script/with-static.sh

10 lines
149 B
Bash
Raw Normal View History

#!/bin/sh
set -ex
export INSTALL_LOCATION=$PWD/vendor/install
export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig
2014-06-07 07:07:15 -05:00
export CGO_LDFLAGS='-lrt'
$@