aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 49afd3a6..71ab6ea0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -313,6 +313,9 @@ ifeq (iOS,$(TARGET_SYS))
313 TARGET_XSHLDFLAGS= -dynamiclib -single_module -undefined dynamic_lookup -fPIC 313 TARGET_XSHLDFLAGS= -dynamiclib -single_module -undefined dynamic_lookup -fPIC
314 TARGET_DYNXLDOPTS= 314 TARGET_DYNXLDOPTS=
315 TARGET_XSHLDFLAGS+= -install_name $(TARGET_DYLIBPATH) -compatibility_version $(MAJVER).$(MINVER) -current_version $(MAJVER).$(MINVER).$(RELVER) 315 TARGET_XSHLDFLAGS+= -install_name $(TARGET_DYLIBPATH) -compatibility_version $(MAJVER).$(MINVER) -current_version $(MAJVER).$(MINVER).$(RELVER)
316 ifeq (arm64,$(TARGET_LJARCH))
317 TARGET_XCFLAGS+= -fno-omit-frame-pointer
318 endif
316else 319else
317 ifneq (SunOS,$(TARGET_SYS)) 320 ifneq (SunOS,$(TARGET_SYS))
318 ifneq (PS3,$(TARGET_SYS)) 321 ifneq (PS3,$(TARGET_SYS))