X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=dist%2Fginge_dyn_eabi.sh;h=8db00c0365f1932664b7c97c77020304c699e650;hp=32c12f8a27de6f050c74279d73277308a64a7599;hb=89e964bba8af1698b363a536e49f55d10f652e52;hpb=4d0451847a77d420284c7fb0f50b1f167c1118ee diff --git a/dist/ginge_dyn_eabi.sh b/dist/ginge_dyn_eabi.sh index 32c12f8..8db00c0 100755 --- a/dist/ginge_dyn_eabi.sh +++ b/dist/ginge_dyn_eabi.sh @@ -4,7 +4,7 @@ root=$1 shift loader="${root}lib/ld-linux.so.2" -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${root}lib" +export LD_LIBRARY_PATH="${root}lib" export LD_PRELOAD="${root}ginge_dyn" export GINGE_ROOT="${root}"