summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-12-06 14:48:02 -0600
committerJeremy Andrews <athenian200@outlook.com>2021-12-06 14:48:02 -0600
commit152ced4aa03d72a12e521e5d9c6eb13db4db64a3 (patch)
tree36dd808fe298f7e684d687fbca5aa5ac8706142f /config
parent6ba2252bcf00b14464f2d0f19ad1b4c6e029a5a8 (diff)
downloadaura-central-152ced4aa03d72a12e521e5d9c6eb13db4db64a3.tar.gz
Issue mcp-graveyard/UXP%190 - Remove MOZ_IOS conditional code and ios.m4
Diffstat (limited to 'config')
-rw-r--r--config/rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/rules.mk b/config/rules.mk
index 840e266ba..9730215d8 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -348,15 +348,11 @@ ifdef SHARED_LIBRARY
ifdef IS_COMPONENT
EXTRA_DSO_LDOPTS += -bundle
else
-ifdef MOZ_IOS
-_LOADER_PATH := @rpath
-else
_LOADER_PATH := @executable_path
endif
EXTRA_DSO_LDOPTS += -dynamiclib -install_name $(_LOADER_PATH)/$(SHARED_LIBRARY) -compatibility_version 1 -current_version 1 -single_module
endif
endif
-endif
#
# On NetBSD a.out systems, use -Bsymbolic. This fixes what would otherwise be