aboutsummaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/macos.c b/macos.c
index 19ce9e89d..25d6fd73f 100644
--- a/macos.c
+++ b/macos.c
@@ -13,6 +13,9 @@
#include <fcntl.h>
#include <dirent.h>
+void subsurface_user_info(struct user_info *info)
+{ /* Nothing, let's use libgit2-20 on MacOS */ }
+
/* macos defines CFSTR to create a CFString object from a constant,
* but no similar macros if a C string variable is supposed to be
* the argument. We add this here (hardcoding the default allocator