diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-02 01:20:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-02 01:20:46 +0300 |
commit | e51189a3bf05e89de5bef79e44db7de46286032d (patch) | |
tree | 84e0be9c5ff30ef37c98a4cecb44a90036785b89 /extra/libgit2/build | |
parent | a83629735f2f188fcffc878ee9932a80ccfb51fa (diff) | |
download | repository-e51189a3bf05e89de5bef79e44db7de46286032d.tar.gz |
libgit2: bump to 1.1.1
Diffstat (limited to 'extra/libgit2/build')
-rwxr-xr-x | extra/libgit2/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libgit2/build b/extra/libgit2/build index 08881c65..ea60ee98 100755 --- a/extra/libgit2/build +++ b/extra/libgit2/build @@ -5,7 +5,7 @@ export DESTDIR="$1" cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DBUILD_SHARED_LIBS=OFF \ + -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release cmake --build build |