summaryrefslogtreecommitdiff
path: root/hints/beos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/beos.sh')
-rw-r--r--hints/beos.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/beos.sh b/hints/beos.sh
index 8d76bc5146..8017dce9cc 100644
--- a/hints/beos.sh
+++ b/hints/beos.sh
@@ -51,3 +51,7 @@ ld='gcc'
# Of course, this may also change with R5.
export PATH="$PATH:$PWD/beos"
+
+case "$ldlibpthname" in
+'') ldlibpthname=LIBRARY_PATH ;;
+esac