summaryrefslogtreecommitdiff
path: root/standalone/android/start.c
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-05 12:02:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-05 12:02:44 -0400
commit760cddf6f3ecca2f59450f260f0f7eb5c6b6b52a (patch)
treee57ef8fbf5bf010b7c8b9bc82bc391f0c5b78088 /standalone/android/start.c
parent5fccd04a5dc88f88a17b37edeed9d21df7c32897 (diff)
LD_LIBRARY_PATH todo
Diffstat (limited to 'standalone/android/start.c')
-rw-r--r--standalone/android/start.c1
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");