summaryrefslogtreecommitdiff
path: root/pr/tests/dll/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/dll/Makefile.in')
-rw-r--r--pr/tests/dll/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/dll/Makefile.in b/pr/tests/dll/Makefile.in
index 37e2f006..cd0cca6e 100644
--- a/pr/tests/dll/Makefile.in
+++ b/pr/tests/dll/Makefile.in
@@ -91,7 +91,7 @@ endif
# To create a loadable module on Rhapsody, we must override
# -dynamiclib with -bundle.
#
-ifeq ($(OS_ARCH),Rhapsody)
+ifeq ($(OS_ARCH),Darwin)
DSO_LDOPTS = -bundle
endif