diff options
| author | Matthew Donoughe <[email protected]> | 2015-02-13 21:40:02 -0500 |
|---|---|---|
| committer | Matthew Donoughe <[email protected]> | 2015-02-13 21:43:16 -0500 |
| commit | 43f6a750660c3f6a344a54a3ee0772cc57d7c162 (patch) | |
| tree | 619bb3283c841f2a629e9701e3dad5c388af112a /script/with-static.sh | |
| parent | e8da5affe7ada724b71c6603c81d534752d4be6b (diff) | |
remove static git support files
Diffstat (limited to 'script/with-static.sh')
| -rwxr-xr-x | script/with-static.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/script/with-static.sh b/script/with-static.sh deleted file mode 100755 index 3f60e31..0000000 --- a/script/with-static.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -ex - -export BUILD="$PWD/vendor/libgit2/build" -export PCFILE="$BUILD/libgit2.pc" - -FLAGS=$(pkg-config --static --libs $PCFILE) || exit 1 -export CGO_LDFLAGS="$BUILD/libgit2.a -L$BUILD ${FLAGS}" -export CGO_CFLAGS="-I$PWD/vendor/libgit2/include" - -$@ |
