From 3f3fb673fc3f32801401a57929c0dcb597161607 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 30 Apr 2023 01:38:25 -0300 Subject: [PATCH] Fixing macos library name. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 13d545a..d616418 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ case "$host" in DLLEXT=".dylib" DLL_LDFLAGS="-shared -Wl,-install_name,\$(@F)" - INSTALL_PACKAGES="linux-lib ${INSTALL_PACKAGES}" + INSTALL_PACKAGES="macos-lib ${INSTALL_PACKAGES}" app_cv_static='no' ;; -- libgit2 0.21.2