diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 18:33:09 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 18:57:46 +0200 |
| commit | 12a3a1e05c03fdc9767ef62e5ff9e0d677946525 (patch) | |
| tree | 0bcdb684f1aa161dead4eb36cc1644554666fda3 /script/with-less-static.sh | |
| parent | aabeb7f585da1cf966191886eab732db0020a41a (diff) | |
Move the settings into the main git2go
Diffstat (limited to 'script/with-less-static.sh')
| -rwxr-xr-x | script/with-less-static.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/script/with-less-static.sh b/script/with-less-static.sh deleted file mode 100755 index faaeb01..0000000 --- a/script/with-less-static.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -set -ex - -export INSTALL_LOCATION=$PWD/vendor/install -export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig - -export PCFILE="$PWD/vendor/libgit2/libgit2.pc" - -export CGO_LDFLAGS="$(pkg-config --static --libs $PCFILE)" -export CGO_CFLAGS="$(pkg-config --static --cflags $PCFILE)" - -$@ |
