From 662ddd2dfce3a1d8177876688335bff4efdddb96 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 1 Dec 2021 21:31:14 -0300 Subject: [PATCH] Using MAC library extension. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e2baeb4..b9cc104 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ case "$host" in LIBS="$LIBS -framework CoreFoundation" app_cv_osname="macos" LOGDIR="/var/log" - DLLEXT=".so" + DLLEXT=".dylib" DLL_LDFLAGS="-shared -Wl,-install_name,\$(@F)" INSTALL_PACKAGES="linux-lib ${INSTALL_PACKAGES}" -- libgit2 0.21.2