From 760cddf6f3ecca2f59450f260f0f7eb5c6b6b52a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Mar 2013 12:02:44 -0400 Subject: LD_LIBRARY_PATH todo --- standalone/android/start.c | 1 + 1 file changed, 1 insertion(+) (limited to 'standalone') diff --git a/standalone/android/start.c b/standalone/android/start.c index fe8a2e1af..d49a086c7 100644 --- a/standalone/android/start.c +++ b/standalone/android/start.c @@ -39,6 +39,7 @@ main () { } if (stat("lib/lib.busybox.so", &st_buf) != 0) { + /* TODO my lib dir should be in LD_LIBRARY_PATH; check that */ fprintf(stderr, "Falling back to hardcoded app location; cannot find expected files in %s\n", buf); if (chdir("/data/data/ga.androidterm") != 0) { perror("chdir"); -- cgit v1.2.3