diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 14:07:15 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 14:07:15 +0200 |
| commit | 6862c2c82d89d30b0283d8a7e77851a802534daa (patch) | |
| tree | c241a267cc185cf23aa9fca90c1445c5365bb7dd /script | |
| parent | 3da96c3dd775f2242797a53b04a65919a15899e4 (diff) | |
hack for travis
Diffstat (limited to 'script')
| -rwxr-xr-x | script/with-static.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/with-static.sh b/script/with-static.sh index e92edec..914d8b2 100755 --- a/script/with-static.sh +++ b/script/with-static.sh @@ -4,5 +4,6 @@ set -ex export INSTALL_LOCATION=$PWD/vendor/install export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig +export CGO_LDFLAGS='-lrt' $@ |
