X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fdl.c;h=b12c92134f0e0989ec9034b0ee4772521a1b04c5;hp=468a2e0d0c2e9c6d90da33af6789a8db43213ddf;hb=7000b522095b21ba16784d02997835d74ecc3375;hpb=adb798406512d2bf868330e74deb2637e0575c2f diff --git a/loader/dl.c b/loader/dl.c index 468a2e0..b12c921 100644 --- a/loader/dl.c +++ b/loader/dl.c @@ -75,6 +75,7 @@ static void ginge_init(void) // remove self from preload, further commands (from system() and such) // will be handled by ginge_prep. unsetenv("LD_PRELOAD"); + unsetenv("LD_LIBRARY_PATH"); emu_init((void *)lowest_segment); }