From: Mike Pall Date: Sun, 9 Mar 2025 14:00:15 +0000 (+0100) Subject: Use dylib extension for iOS installs, too. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1179ea5f708c62aacc60235d28230112f419a69;p=thirdparty%2FLuaJIT.git Use dylib extension for iOS installs, too. Reported by Andrey Filipenkov. #1336 --- 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)