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/build-libgit2-static.sh | |
| parent | e8da5affe7ada724b71c6603c81d534752d4be6b (diff) | |
remove static git support files
Diffstat (limited to 'script/build-libgit2-static.sh')
| -rwxr-xr-x | script/build-libgit2-static.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh deleted file mode 100755 index 5723721..0000000 --- a/script/build-libgit2-static.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -set -ex - -VENDORED_PATH=vendor/libgit2 - -cd $VENDORED_PATH && -mkdir -p install/lib && -mkdir -p build && -cd build && -cmake -DTHREADSAFE=ON \ - -DBUILD_CLAR=OFF \ - -DBUILD_SHARED_LIBS=OFF \ - -DCMAKE_C_FLAGS=-fPIC \ - -DCMAKE_BUILD_TYPE="RelWithDebInfo" \ - -DCMAKE_INSTALL_PREFIX=../install \ - .. && - -cmake --build . |
