diff options
Diffstat (limited to 'hints/rhapsody.sh')
-rw-r--r-- | hints/rhapsody.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/rhapsody.sh b/hints/rhapsody.sh index 7f652234c7..c564c8827e 100644 --- a/hints/rhapsody.sh +++ b/hints/rhapsody.sh @@ -52,3 +52,8 @@ usevfork='true'; # malloc works usemymalloc='n'; + +case "$ldlibpthname" in +'') ldlibpthname=DYLD_LIBRARY_PATH ;; +esac + |