aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)