summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3fe42df3978c..e9c6ba7561b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1002,7 +1002,7 @@ darwin*) # macOS
INSTROOTCONTENTSUFFIX=/Contents
SDKDIRNAME=${PRODUCTNAME_WITHOUT_SPACES}${PRODUCTVERSION}_SDK
# See "Default values, as such probably valid just for Linux" comment above the case "$host_os"
- LINKFLAGSSHL="-dynamiclib -single_module"
+ LINKFLAGSSHL="-dynamiclib"
# -fPIC is default
PICSWITCH=""
@@ -1043,7 +1043,7 @@ ios*) # iOS
host=x86_64-apple-darwin
fi
# See "Default values, as such probably valid just for Linux" comment above the case "$host_os"
- LINKFLAGSSHL="-dynamiclib -single_module"
+ LINKFLAGSSHL="-dynamiclib"
# -fPIC is default
PICSWITCH=""