We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c9737 commit 65439b0Copy full SHA for 65439b0
NEWS.md
@@ -13,6 +13,12 @@
13
* Add `$(C_VISIBILITY)` to compiler flags to hide internal symbols
14
from shared object.
15
16
+* On MacOS, if libgit2 is not found, the build configuration tries to
17
+ download a static build of libgit2 version 1.8.1
18
+ (https://github.com/autobrew/bundler/releases/tag/libgit2-1.8.1) and
19
+ use that instead, after the sha256 of the downloaded
20
+ 'libgit2-1.8.1-universal.tar.xz' file has been checked.
21
+
22
# git2r 0.33.0 (2023-11-26)
23
24
## CHANGES
0 commit comments