mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
use dylib extension also for iOS
This commit is contained in:
parent
a4f56a459a
commit
4c05446cd6
2
Makefile
2
Makefile
@ -110,7 +110,7 @@ else
|
|||||||
endif
|
endif
|
||||||
TARGET_SYS?= $(HOST_SYS)
|
TARGET_SYS?= $(HOST_SYS)
|
||||||
|
|
||||||
ifeq (Darwin,$(TARGET_SYS))
|
ifneq (,$(filter $(TARGET_SYS),Darwin iOS))
|
||||||
INSTALL_SONAME= $(INSTALL_DYLIBNAME)
|
INSTALL_SONAME= $(INSTALL_DYLIBNAME)
|
||||||
INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
|
INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
|
||||||
INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)
|
INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)
|
||||||
|
Loading…
Reference in New Issue
Block a user