From 4c05446cd6339ee36286531d3ee4653b5ac3778a Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Mon, 27 Jan 2025 18:21:25 +0300 Subject: [PATCH] use dylib extension also for iOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d789e9f3..c41b3345 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ else endif TARGET_SYS?= $(HOST_SYS) -ifeq (Darwin,$(TARGET_SYS)) +ifneq (,$(filter $(TARGET_SYS),Darwin iOS)) INSTALL_SONAME= $(INSTALL_DYLIBNAME) INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)