diff options
Diffstat (limited to 'standalone/android/start.c')
-rw-r--r-- | standalone/android/start.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |