Skip to content

Commit

Permalink
SVMLLP should be set in both squeak.sh.in's
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Jun 29, 2016
1 parent 1e1ccfc commit 2ab5e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions platforms/unix/config/bin.squeak.sh.in
Expand Up @@ -42,4 +42,5 @@ fi
# prepending is less flexible but safer because it ensures we find the plugins
# in the same directory as the VM. We must include at least /lib and /usr/lib
# if libraries there-in are to be found. These directories are not implicit.
SVMLLP="$PLATFORMLIBDIR:/lib:/usr$PLATFORMLIBDIR:/usr/lib"
LD_LIBRARY_PATH="$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}" exec $GDB "$BIN/squeak" "$@"
1 change: 0 additions & 1 deletion platforms/unix/config/squeak.sh.in
Expand Up @@ -39,7 +39,6 @@ if [ "$PLATFORMLIBDIR" = "" ]; then
exit 1
} 1>&2
fi

# prepending is less flexible but safer because it ensures we find the plugins
# in the same directory as the VM. We must include at least /lib and /usr/lib
# if libraries there-in are to be found. These directories are not implicit.
Expand Down

0 comments on commit 2ab5e49

Please sign in to comment.