this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hardcode /lib in LD_LIBRARY_PATH, fixes #237

authored by

Sergey Bugaev and committed by
GitHub
73eb79b1 8ba9573d

+1 -1
+1 -1
src/dyld/darling.c
··· 272 272 1); 273 273 274 274 setenv("LD_LIBRARY_PATH", 275 - SYSTEM_ROOT LIB_PATH ":" SYSTEM_ROOT INSTALL_PREFIX "/lib/i386-linux-gnu/darling", 275 + SYSTEM_ROOT LIB_PATH ":" SYSTEM_ROOT INSTALL_PREFIX "/lib/i386-linux-gnu/darling:/lib", 276 276 1); 277 277 278 278 sscanf(getenv("HOME"), "/home/%4096s", buffer1);