Use dylib extension for iOS installs, too.

Reported by Andrey Filipenkov. #1336
This commit is contained in:
Mike Pall 2025-03-09 15:00:15 +01:00
parent 5eb9509468
commit b1179ea5f7

View File

@ -110,7 +110,7 @@ else
endif endif
TARGET_SYS?= $(HOST_SYS) TARGET_SYS?= $(HOST_SYS)
ifeq (Darwin,$(TARGET_SYS)) ifneq (,$(filter $(TARGET_SYS),Darwin iOS))
INSTALL_SONAME= $(INSTALL_DYLIBNAME) INSTALL_SONAME= $(INSTALL_DYLIBNAME)
INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2) INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)