mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Minor changes for solaris.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbe91e6b38
commit
1a1063a897
2 changed files with 5 additions and 10 deletions
|
@ -50,16 +50,6 @@ case "$host_os" in
|
|||
export DYLD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
*solaris*)
|
||||
LD_LIBRARY_PATH="$GNUSTEP_USER_ROOT/$last_path_part;$GNUSTEP_LOCAL_ROOT/$last_path_part;$GNUSTEP_SYSTEM_ROOT/$last_path_part;$LD_LIBRARY_PATH"
|
||||
if [ -n "$additional_library_paths" ]; then
|
||||
for dir in $additional_library_paths; do
|
||||
additional="${additional}${dir};"
|
||||
done
|
||||
fi
|
||||
LD_LIBRARY_PATH="${additional}${LD_LIBRARY_PATH}"
|
||||
export LD_LIBRARY_PATH;;
|
||||
|
||||
*)
|
||||
LD_LIBRARY_PATH="$GNUSTEP_USER_ROOT/$last_path_part:$GNUSTEP_LOCAL_ROOT/$last_path_part:$GNUSTEP_SYSTEM_ROOT/$last_path_part:$LD_LIBRARY_PATH"
|
||||
if [ -n "$additional_library_paths" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue