From d945815bfaef2e775304d7b23a3de9d77939158f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 1 Dec 2021 21:33:08 -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