aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 119d379c..b9973e8b 100755
--- a/configure
+++ b/configure
@@ -19320,7 +19320,8 @@ case $host in
;;
*darwin*)
oa_shrobj_flags='-dynamic'
- oa_shrlib_flags='-dylib'
+ oa_shrlib_flags='-dynamic'
+ ;;
*)
;;
esac