summaryrefslogtreecommitdiff
path: root/script/with-less-static.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/with-less-static.sh')
-rwxr-xr-xscript/with-less-static.sh13
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)"
-
-$@