aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2025-03-09 15:00:15 +0100
committerMike Pall <mike>2025-03-09 15:00:15 +0100
commitb1179ea5f708c62aacc60235d28230112f419a69 (patch)
tree9e5baaf73736f2f6868128296f3de376999c5c72 /Makefile
parent5eb95094686bdadc89200679bdffb833e72ab89d (diff)
downloadluajit-b1179ea5f708c62aacc60235d28230112f419a69.tar.gz
luajit-b1179ea5f708c62aacc60235d28230112f419a69.tar.bz2
luajit-b1179ea5f708c62aacc60235d28230112f419a69.zip
Use dylib extension for iOS installs, too.
Reported by Andrey Filipenkov. #1336
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d789e9f3..c41b3345 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ else
110endif 110endif
111TARGET_SYS?= $(HOST_SYS) 111TARGET_SYS?= $(HOST_SYS)
112 112
113ifeq (Darwin,$(TARGET_SYS)) 113ifneq (,$(filter $(TARGET_SYS),Darwin iOS))
114 INSTALL_SONAME= $(INSTALL_DYLIBNAME) 114 INSTALL_SONAME= $(INSTALL_DYLIBNAME)
115 INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) 115 INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
116 INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2) 116 INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)