diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ else | |||
110 | endif | 110 | endif |
111 | TARGET_SYS?= $(HOST_SYS) | 111 | TARGET_SYS?= $(HOST_SYS) |
112 | 112 | ||
113 | ifeq (Darwin,$(TARGET_SYS)) | 113 | ifneq (,$(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) |