]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Use dylib extension for iOS installs, too.
authorMike Pall <mike>
Sun, 9 Mar 2025 14:00:15 +0000 (15:00 +0100)
committerMike Pall <mike>
Sun, 9 Mar 2025 14:00:15 +0000 (15:00 +0100)
Reported by Andrey Filipenkov. #1336

Makefile

index d789e9f37456d5b28d5715cbc633218b22158aed..c41b3345dd1608aa35ffc49fd850e30a7104e23d 100644 (file)
--- 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)